#F24C97

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

Shades of French Rose #F24C97

Tints of French Rose #F24C97

Color information

#F24C97 (or 0xF24C97) is unknown color: approx French Rose. HEX triplet: F2, 4C and 97. RGB value is (242,76,151). Sum of RGB (Red+Green+Blue) = 242+76+151=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C97 is #0DB368. Grayscale: #868686. Windows color (decimal): -897897 or 9915634. OLE color: 9915634.

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

Color convert

RGB24276151-
CMYK00.690.380.05
HSL332.89º86.46%62.35%-
HSV(B)332.89º68.6%94.9%-
XYZ44.7926.2831.99-
YUV134.18137.5204.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.60%
GREEN value IS 76 (30.08% from 255) = 16.20%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=51.60%
G=16.20%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427615100.690.380.05332.8986.4662.35
HexF24C9704526514d563e
Octal362114227010546551512676
Binary11110010100110010010111010001011001101011010011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C97; }

 p { color: rgb(242,76,151); }

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

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

 a { background-color: rgb(242,76,151); }

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

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

 span { border-color: rgb(242,76,151); }

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