#F12DED

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

Shades of Razzle Dazzle Rose #F12DED

Tints of Razzle Dazzle Rose #F12DED

Color information

#F12DED (or 0xF12DED) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2D and ED. RGB value is (241,45,237). Sum of RGB (Red+Green+Blue) = 241+45+237=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 45 (17.97% from 255 or 8.60% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12DED is #0ED212. Grayscale: #7C7C7C. Windows color (decimal): -971283 or 15543793. OLE color: 15543793.

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

Color convert

RGB24145237-
CMYK00.810.020.05
HSL301.22º87.5%56.08%-
HSV(B)301.22º81.33%94.51%-
XYZ52.526.6982.51-
YUV125.49190.93210.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 45 (17.97% from 255) = 8.60%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=46.08%
G=8.60%
B=45.32%

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
Decimal2414523700.810.020.05301.2287.556.08
HexF12DED0512512d5838
Octal3615535501212545513070
Binary111100011011011110110101010001101011001011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12DED; }

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

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

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

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

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

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

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

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