Html Css Color HEX #F24D89 French Rose

📋 copy color: '#F24D89'

red 242 ◦ green 77 ◦ blue 137

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

Shades of French Rose #F24D89

Tints of French Rose #F24D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 53.07%
G = 16.89%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F24D89 (or 0xF24D89) is known color: French Rose. HEX triplet: F2, 4D and 89. RGB value is (242,77,137). Sum of RGB (Red+Green+Blue) = 242+77+137=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D89 is #0DB276. Grayscale: #858585. Windows color (decimal): -897655 or 8998386. OLE color: 8998386.

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

Color convert

RGB 242 77 137 -
CMYK 0 0.68 0.43 0.05
HSL 338.18º 0.86% 0.63% -
HSV(B) 338.18º 0.68% 0.95% -
XYZ 43.79 25.99 26.38 -
YUV 133.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 242 77 137 0 0.68 0.43 0.05 338.18 0.86 0.63
Hex F2 4D 89 0 44 2B 5 152 56 3F
Octal 362 115 211 0 104 53 5 522 126 77
Binary 11110010 1001101 10001001 0 1000100 101011 101 101010010 1010110 111111

Color Harmonies of #F24D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D89

Black with #F24D89

Text Example


Text Example

White with #F24D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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