#F12EEC

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

Shades of Razzle Dazzle Rose #F12EEC

Tints of Razzle Dazzle Rose #F12EEC

Color information

#F12EEC (or 0xF12EEC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2E and EC. RGB value is (241,46,236). Sum of RGB (Red+Green+Blue) = 241+46+236=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 46 (18.36% from 255 or 8.80% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F12EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12EEC is #0ED113. Grayscale: #7D7D7D. Windows color (decimal): -971028 or 15478513. OLE color: 15478513.

HSL color Cylindrical-coordinate representation of color #F12EEC: hue angle of 301.54º degrees, saturation: 0.87, 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 #F12EEC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB24146236-
CMYK00.810.020.05
HSL301.54º87.44%56.27%-
HSV(B)301.54º80.91%94.51%-
XYZ52.3926.7181.75-
YUV125.96190.1210.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 46 (18.36% from 255) = 8.80%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=46.08%
G=8.80%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414623600.810.020.05301.5487.4456.27
HexF12EEC0512512e5738
Octal3615635401212545612770
Binary111100011011101110110001010001101011001011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12EEC; }

 p { color: rgb(241,46,236); }

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

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

 a { background-color: rgb(241,46,236); }

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

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

 span { border-color: rgb(241,46,236); }

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