#F24F98

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

Shades of French Rose #F24F98

Tints of French Rose #F24F98

Color information

#F24F98 (or 0xF24F98) is unknown color: approx French Rose. HEX triplet: F2, 4F and 98. RGB value is (242,79,152). Sum of RGB (Red+Green+Blue) = 242+79+152=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24F98 is #0DB067. Grayscale: #878787. Windows color (decimal): -897128 or 9981938. OLE color: 9981938.

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

Color convert

RGB24279152-
CMYK00.670.370.05
HSL333.13º86.24%62.94%-
HSV(B)333.13º67.36%94.9%-
XYZ45.0826.7432.49-
YUV136.06137203.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=51.16%
G=16.70%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427915200.670.370.05333.1386.2462.94
HexF24F9804325514d563f
Octal362117230010345551512677
Binary11110010100111110011000010000111001011011010011011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F98; }

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

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

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

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

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

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

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

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