Html Css Color HEX #F24995 French Rose

📋 copy color: '#F24995'

red 242 ◦ green 73 ◦ blue 149

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

Shades of French Rose #F24995

Tints of French Rose #F24995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 52.16%
G = 15.73%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F24995 (or 0xF24995) is known color: French Rose. HEX triplet: F2, 49 and 95. RGB value is (242,73,149). Sum of RGB (Red+Green+Blue) = 242+73+149=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F24995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24995 is #0DB66A. Grayscale: #848484. Windows color (decimal): -898667 or 9783794. OLE color: 9783794.

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

Color convert

RGB 242 73 149 -
CMYK 0 0.70 0.38 0.05
HSL 333.02º 0.87% 0.62% -
HSV(B) 333.02º 0.7% 0.95% -
XYZ 44.43 25.81 31.07 -
YUV 132.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 242 73 149 0 0.70 0.38 0.05 333.02 0.87 0.62
Hex F2 49 95 0 46 26 5 14D 57 3E
Octal 362 111 225 0 106 46 5 515 127 76
Binary 11110010 1001001 10010101 0 1000110 100110 101 101001101 1010111 111110

Color Harmonies of #F24995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24995

Black with #F24995

Text Example


Text Example

White with #F24995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24995; }

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

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

background-color css

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

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

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

border-color css

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

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

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