#F12ECA

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

Shades of Razzle Dazzle Rose #F12ECA

Tints of Razzle Dazzle Rose #F12ECA

Color information

#F12ECA (or 0xF12ECA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2E and CA. RGB value is (241,46,202). Sum of RGB (Red+Green+Blue) = 241+46+202=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ECA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ECA is #0ED135. Grayscale: #797979. Windows color (decimal): -971062 or 13250289. OLE color: 13250289.

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

Color convert

RGB24146202-
CMYK00.810.160.05
HSL312º87.44%56.27%-
HSV(B)312º80.91%94.51%-
XYZ47.9124.9258.16-
YUV122.09173.1212.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 46 (18.36% from 255) = 9.41%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=49.28%
G=9.41%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414620200.810.160.0531287.4456.27
HexF12ECA0511051385738
Octal36156312012120547012770
Binary111100011011101100101001010001100001011001110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12ECA; }

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

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

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

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

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

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

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

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