#F249C2

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

Shades of Razzle Dazzle Rose #F249C2

Tints of Razzle Dazzle Rose #F249C2

Color information

#F249C2 (or 0xF249C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 49 and C2. RGB value is (242,73,194). Sum of RGB (Red+Green+Blue) = 242+73+194=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F249C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249C2 is #0DB63D. Grayscale: #898989. Windows color (decimal): -898622 or 12732914. OLE color: 12732914.

HSL color Cylindrical-coordinate representation of color #F249C2: hue angle of 317.04º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249C2 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24273194-
CMYK00.700.200.05
HSL317.04º86.67%61.76%-
HSV(B)317.04º69.83%94.9%-
XYZ48.7427.5453.79-
YUV137.32159.99202.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 73 (28.91% from 255) = 14.34%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=47.54%
G=14.34%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427319400.700.200.05317.0486.6761.76
HexF249C204614513d573e
Octal362111302010624547512776
Binary1111001010010011100001001000110101001011001111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F249C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F249C2; }

 p { color: rgb(242,73,194); }

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

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

 a { background-color: rgb(242,73,194); }

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

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

 span { border-color: rgb(242,73,194); }

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