#F24F9C

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

Shades of Brilliant Rose #F24F9C

Tints of Brilliant Rose #F24F9C

Color information

#F24F9C (or 0xF24F9C) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4F and 9C. RGB value is (242,79,156). Sum of RGB (Red+Green+Blue) = 242+79+156=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24F9C is #0DB063. Grayscale: #888888. Windows color (decimal): -897124 or 10244082. OLE color: 10244082.

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

Color convert

RGB24279156-
CMYK00.670.360.05
HSL331.66º86.24%62.94%-
HSV(B)331.66º67.36%94.9%-
XYZ45.4126.8734.25-
YUV136.51139203.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.73%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=50.73%
G=16.56%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427915600.670.360.05331.6686.2462.94
HexF24F9C04324514c563f
Octal362117234010344551412677
Binary11110010100111110011100010000111001001011010011001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F9C; }

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

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

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

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

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

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

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

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