#F24FC2

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

Shades of Razzle Dazzle Rose #F24FC2

Tints of Razzle Dazzle Rose #F24FC2

Color information

#F24FC2 (or 0xF24FC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 4F and C2. RGB value is (242,79,194). Sum of RGB (Red+Green+Blue) = 242+79+194=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24FC2 is #0DB03D. Grayscale: #8C8C8C. Windows color (decimal): -897086 or 12734450. OLE color: 12734450.

HSL color Cylindrical-coordinate representation of color #F24FC2: hue angle of 317.67º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24FC2 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24279194-
CMYK00.670.200.05
HSL317.67º86.24%62.94%-
HSV(B)317.67º67.36%94.9%-
XYZ49.1528.3653.92-
YUV140.85158200.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 79 (31.25% from 255) = 15.34%
BLUE value IS 194 (76.17% from 255) = 37.67%
R=46.99%
G=15.34%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427919400.670.200.05317.6786.2462.94
HexF24FC204314513e563f
Octal362117302010324547612677
Binary1111001010011111100001001000011101001011001111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24FC2; }

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

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

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

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

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

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

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

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