#f24c7f

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

Shades of French Rose #F24C7F

Tints of French Rose #F24C7F

Color information

#F24C7F (or 0xF24C7F) is unknown color: approx French Rose. HEX triplet: F2, 4C and 7F. RGB value is (242,76,127). Sum of RGB (Red+Green+Blue) = 242+76+127=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C7F is #0DB380. Grayscale: #838383. Windows color (decimal): -897921 or 8342770. OLE color: 8342770.

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

Color convert

RGB24276127-
CMYK00.690.480.05
HSL341.57º86.46%62.35%-
HSV(B)341.57º68.6%94.9%-
XYZ43.0325.5822.75-
YUV131.45125.5206.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.38%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 127 (50% from 255) = 28.54%
R=54.38%
G=17.08%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427612700.690.480.05341.5786.4662.35
HexF24C7F045305156563e
Octal362114177010560552612676
Binary1111001010011001111111010001011100001011010101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f24c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f24c7f; }

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

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

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

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

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

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

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

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