Html Css Color HEX #F24889 French Rose

📋 copy color: '#F24889'

red 242 ◦ green 72 ◦ blue 137

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

Shades of French Rose #F24889

Tints of French Rose #F24889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

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

R = 53.66%
G = 15.96%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F24889 (or 0xF24889) is known color: French Rose. HEX triplet: F2, 48 and 89. RGB value is (242,72,137). Sum of RGB (Red+Green+Blue) = 242+72+137=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F24889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24889 is #0DB776. Grayscale: #828282. Windows color (decimal): -898935 or 8997106. OLE color: 8997106.

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

Color convert

RGB 242 72 137 -
CMYK 0 0.70 0.43 0.05
HSL 337.06º 0.87% 0.62% -
HSV(B) 337.06º 0.7% 0.95% -
XYZ 43.45 25.32 26.26 -
YUV 130.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 242 72 137 0 0.70 0.43 0.05 337.06 0.87 0.62
Hex F2 48 89 0 46 2B 5 151 57 3E
Octal 362 110 211 0 106 53 5 521 127 76
Binary 11110010 1001000 10001001 0 1000110 101011 101 101010001 1010111 111110

Color Harmonies of #F24889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24889

Black with #F24889

Text Example


Text Example

White with #F24889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24889; }

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

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

background-color css

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

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

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

border-color css

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

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

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