#F24D98

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

Shades of French Rose #F24D98

Tints of French Rose #F24D98

Color information

#F24D98 (or 0xF24D98) is unknown color: approx French Rose. HEX triplet: F2, 4D and 98. RGB value is (242,77,152). Sum of RGB (Red+Green+Blue) = 242+77+152=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D98 is #0DB267. Grayscale: #868686. Windows color (decimal): -897640 or 9981426. OLE color: 9981426.

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

Color convert

RGB24277152-
CMYK00.680.370.05
HSL332.73º86.39%62.55%-
HSV(B)332.73º68.18%94.9%-
XYZ44.9426.4532.44-
YUV134.88137.66204.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.38%
GREEN value IS 77 (30.47% from 255) = 16.35%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=51.38%
G=16.35%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427715200.680.370.05332.7386.3962.55
HexF24D9804425514d563f
Octal362115230010445551512677
Binary11110010100110110011000010001001001011011010011011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D98; }

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

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

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

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

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

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

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

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