#F12DC3

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

Shades of Razzle Dazzle Rose #F12DC3

Tints of Razzle Dazzle Rose #F12DC3

Color information

#F12DC3 (or 0xF12DC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2D and C3. RGB value is (241,45,195). Sum of RGB (Red+Green+Blue) = 241+45+195=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DC3 is #0ED23C. Grayscale: #787878. Windows color (decimal): -971325 or 12791281. OLE color: 12791281.

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

Color convert

RGB24145195-
CMYK00.810.190.05
HSL314.08º87.5%56.08%-
HSV(B)314.08º81.33%94.51%-
XYZ47.0624.5253.88-
YUV120.7169.93213.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 45 (17.97% from 255) = 9.36%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=50.10%
G=9.36%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414519500.810.190.05314.0887.556.08
HexF12DC305113513a5838
Octal36155303012123547213070
Binary111100011011011100001101010001100111011001110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12DC3; }

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

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

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

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

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

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

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

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