Html Css Color HEX #F24F89 French Rose

📋 copy color: '#F24F89'

red 242 ◦ green 79 ◦ blue 137

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

Shades of French Rose #F24F89

Tints of French Rose #F24F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.25%

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

R = 52.84%
G = 17.25%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F24F89 (or 0xF24F89) is known color: French Rose. HEX triplet: F2, 4F and 89. RGB value is (242,79,137). Sum of RGB (Red+Green+Blue) = 242+79+137=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24F89 is #0DB076. Grayscale: #868686. Windows color (decimal): -897143 or 8998898. OLE color: 8998898.

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

Color convert

RGB 242 79 137 -
CMYK 0 0.67 0.43 0.05
HSL 338.65º 0.86% 0.63% -
HSV(B) 338.65º 0.67% 0.95% -
XYZ 43.93 26.28 26.42 -
YUV 134.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 242 79 137 0 0.67 0.43 0.05 338.65 0.86 0.63
Hex F2 4F 89 0 43 2B 5 153 56 3F
Octal 362 117 211 0 103 53 5 523 126 77
Binary 11110010 1001111 10001001 0 1000011 101011 101 101010011 1010110 111111

Color Harmonies of #F24F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F89

Black with #F24F89

Text Example


Text Example

White with #F24F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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