Html Css Color HEX #F24988 French Rose

📋 copy color: '#F24988'

red 242 ◦ green 73 ◦ blue 136

#F24988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #F24988

Tints of French Rose #F24988

RGB

 RED value IS 242 (94.92% from 255) = 53.66%

 GREEN value IS 73 (28.91% from 255) = 16.19%

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 53.66%
G = 16.19%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F24988 (or 0xF24988) is known color: French Rose. HEX triplet: F2, 49 and 88. RGB value is (242,73,136). Sum of RGB (Red+Green+Blue) = 242+73+136=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F24988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24988 is #0DB677. Grayscale: #828282. Windows color (decimal): -898680 or 8931826. OLE color: 8931826.

HSL color Cylindrical-coordinate representation of color #F24988: hue angle of 337.63º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24988 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 136 -
CMYK 0 0.70 0.44 0.05
HSL 337.63º 0.87% 0.62% -
HSV(B) 337.63º 0.7% 0.95% -
XYZ 43.44 25.42 25.91 -
YUV 130.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 242 73 136 0 0.70 0.44 0.05 337.63 0.87 0.62
Hex F2 49 88 0 46 2C 5 152 57 3E
Octal 362 111 210 0 106 54 5 522 127 76
Binary 11110010 1001001 10001000 0 1000110 101100 101 101010010 1010111 111110

Color Harmonies of #F24988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24988

Black with #F24988

Text Example


Text Example

White with #F24988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24988; }

 p { color: rgb(242,73,136); }

 H1.HeaderClassName
 {
   color: #F24988;
 }
 .AnyTagClassName
 {
   color: #F24988;
 }
</style>

background-color css

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

 a { background-color: rgb(242,73,136); }

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

border-color css

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

 span { border-color: rgb(242,73,136); }

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