Html Css Color HEX #F24992 French Rose

📋 copy color: '#F24992'

red 242 ◦ green 73 ◦ blue 146

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

Shades of French Rose #F24992

Tints of French Rose #F24992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 52.49%
G = 15.84%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F24992 (or 0xF24992) is known color: French Rose. HEX triplet: F2, 49 and 92. RGB value is (242,73,146). Sum of RGB (Red+Green+Blue) = 242+73+146=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F24992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24992 is #0DB66D. Grayscale: #838383. Windows color (decimal): -898670 or 9587186. OLE color: 9587186.

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

Color convert

RGB 242 73 146 -
CMYK 0 0.70 0.40 0.05
HSL 334.08º 0.87% 0.62% -
HSV(B) 334.08º 0.7% 0.95% -
XYZ 44.19 25.72 29.83 -
YUV 131.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 242 73 146 0 0.70 0.40 0.05 334.08 0.87 0.62
Hex F2 49 92 0 46 28 5 14E 57 3E
Octal 362 111 222 0 106 50 5 516 127 76
Binary 11110010 1001001 10010010 0 1000110 101000 101 101001110 1010111 111110

Color Harmonies of #F24992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24992

Black with #F24992

Text Example


Text Example

White with #F24992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24992; }

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

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

background-color css

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

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

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

border-color css

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

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

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