Html Css Color HEX #F24D80 French Rose

📋 copy color: '#F24D80'

red 242 ◦ green 77 ◦ blue 128

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

Shades of French Rose #F24D80

Tints of French Rose #F24D80

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.23%

 BLUE value IS 128 (50.39% from 255) = 28.64%

R = 54.14%
G = 17.23%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F24D80 (or 0xF24D80) is known color: French Rose. HEX triplet: F2, 4D and 80. RGB value is (242,77,128). Sum of RGB (Red+Green+Blue) = 242+77+128=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D80 is #0DB27F. Grayscale: #848484. Windows color (decimal): -897664 or 8408562. OLE color: 8408562.

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

Color convert

RGB 242 77 128 -
CMYK 0 0.68 0.47 0.05
HSL 341.45º 0.86% 0.63% -
HSV(B) 341.45º 0.68% 0.95% -
XYZ 43.17 25.74 23.12 -
YUV 132.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 242 77 128 0 0.68 0.47 0.05 341.45 0.86 0.63
Hex F2 4D 80 0 44 2F 5 155 56 3F
Octal 362 115 200 0 104 57 5 525 126 77
Binary 11110010 1001101 10000000 0 1000100 101111 101 101010101 1010110 111111

Color Harmonies of #F24D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D80

Black with #F24D80

Text Example


Text Example

White with #F24D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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