#F12CCF

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

Shades of Razzle Dazzle Rose #F12CCF

Tints of Razzle Dazzle Rose #F12CCF

Color information

#F12CCF (or 0xF12CCF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2C and CF. RGB value is (241,44,207). Sum of RGB (Red+Green+Blue) = 241+44+207=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CCF is #0ED330. Grayscale: #797979. Windows color (decimal): -971569 or 13577457. OLE color: 13577457.

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

Color convert

RGB24144207-
CMYK00.820.140.05
HSL310.36º87.56%55.88%-
HSV(B)310.36º81.74%94.51%-
XYZ48.4425.0161.31-
YUV121.48176.27213.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.98%
GREEN value IS 44 (17.58% from 255) = 8.94%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=48.98%
G=8.94%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414420700.820.140.05310.3687.5655.88
HexF12CCF052E51365838
Octal36154317012216546613070
Binary11110001101100110011110101001011101011001101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12CCF; }

 p { color: rgb(241,44,207); }

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

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

 a { background-color: rgb(241,44,207); }

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

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

 span { border-color: rgb(241,44,207); }

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