Html Css Color HEX #F24987 French Rose

📋 copy color: '#F24987'

red 242 ◦ green 73 ◦ blue 135

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

Shades of French Rose #F24987

Tints of French Rose #F24987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30%

R = 53.78%
G = 16.22%
B = 30%

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

#F24987 (or 0xF24987) is known color: French Rose. HEX triplet: F2, 49 and 87. RGB value is (242,73,135). Sum of RGB (Red+Green+Blue) = 242+73+135=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F24987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24987 is #0DB678. Grayscale: #828282. Windows color (decimal): -898681 or 8866290. OLE color: 8866290.

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

Color convert

RGB 242 73 135 -
CMYK 0 0.70 0.44 0.05
HSL 337.99º 0.87% 0.62% -
HSV(B) 337.99º 0.7% 0.95% -
XYZ 43.37 25.39 25.54 -
YUV 130.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 242 73 135 0 0.70 0.44 0.05 337.99 0.87 0.62
Hex F2 49 87 0 46 2C 5 152 57 3E
Octal 362 111 207 0 106 54 5 522 127 76
Binary 11110010 1001001 10000111 0 1000110 101100 101 101010010 1010111 111110

Color Harmonies of #F24987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24987

Black with #F24987

Text Example


Text Example

White with #F24987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24987; }

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

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

background-color css

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

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

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

border-color css

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

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

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