#F12DDE

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

Shades of Razzle Dazzle Rose #F12DDE

Tints of Razzle Dazzle Rose #F12DDE

Color information

#F12DDE (or 0xF12DDE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2D and DE. RGB value is (241,45,222). Sum of RGB (Red+Green+Blue) = 241+45+222=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 45 (17.97% from 255 or 8.86% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DDE is #0ED221. Grayscale: #7B7B7B. Windows color (decimal): -971298 or 14560753. OLE color: 14560753.

HSL color Cylindrical-coordinate representation of color #F12DDE: hue angle of 305.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12DDE is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB24145222-
CMYK00.810.080.05
HSL305.82º87.5%56.08%-
HSV(B)305.82º81.33%94.51%-
XYZ50.425.8571.44-
YUV123.78183.43211.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.44%
GREEN value IS 45 (17.97% from 255) = 8.86%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=47.44%
G=8.86%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414522200.810.080.05305.8287.556.08
HexF12DDE051851325838
Octal36155336012110546213070
Binary11110001101101110111100101000110001011001100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12DDE; }

 p { color: rgb(241,45,222); }

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

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

 a { background-color: rgb(241,45,222); }

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

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

 span { border-color: rgb(241,45,222); }

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