#F93CDE

Color #F93CDE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F93CDE

Tints of Razzle Dazzle Rose #F93CDE

Color information

#F93CDE (or 0xF93CDE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3C and DE. RGB value is (249,60,222). Sum of RGB (Red+Green+Blue) = 249+60+222=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CDE is #06C321. Grayscale: #868686. Windows color (decimal): -443170 or 14564601. OLE color: 14564601.

HSL color Cylindrical-coordinate representation of color #F93CDE: hue angle of 308.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CDE is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB24960222-
CMYK00.760.110.02
HSL308.57º94.03%60.59%-
HSV(B)308.57º75.9%97.65%-
XYZ53.8728.6571.8-
YUV134.98177.12209.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 46.89%
GREEN value IS 60 (23.83% from 255) = 11.30%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=46.89%
G=11.30%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496022200.760.110.02308.5794.0360.59
HexF93CDE04CB21355e3d
Octal37174336011413246513675
Binary1111100111110011011110010011001011101001101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93CDE; }

 p { color: rgb(249,60,222); }

 H1.HeaderClassName
 {
   color: #F93CDE;
 }
 .AnyTagClassName
 {
   color: #F93CDE;
 }
</style>
background-color css

<style>
 a { background-color: #F93CDE; }

 a { background-color: rgb(249,60,222); }

 div.DivClassName
 {
   background-color: #F93CDE;
 }
 .BgClassName
 {
   background-color: #F93CDE;
 }
</style>
border-color css

<style>
 span { border-color: #F93CDE; }

 span { border-color: rgb(249,60,222); }

 td.TdClassName
 {
   border-color: #F93CDE;
 }
 .TagClassName
 {
   border-color: #F93CDE;
 }
</style>