Html Css Color HEX #F24993 French Rose

📋 copy color: '#F24993'

red 242 ◦ green 73 ◦ blue 147

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

Shades of French Rose #F24993

Tints of French Rose #F24993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 52.38%
G = 15.8%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F24993 (or 0xF24993) is known color: French Rose. HEX triplet: F2, 49 and 93. RGB value is (242,73,147). Sum of RGB (Red+Green+Blue) = 242+73+147=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F24993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24993 is #0DB66C. Grayscale: #838383. Windows color (decimal): -898669 or 9652722. OLE color: 9652722.

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

Color convert

RGB 242 73 147 -
CMYK 0 0.70 0.39 0.05
HSL 333.73º 0.87% 0.62% -
HSV(B) 333.73º 0.7% 0.95% -
XYZ 44.27 25.75 30.24 -
YUV 131.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 242 73 147 0 0.70 0.39 0.05 333.73 0.87 0.62
Hex F2 49 93 0 46 27 5 14E 57 3E
Octal 362 111 223 0 106 47 5 516 127 76
Binary 11110010 1001001 10010011 0 1000110 100111 101 101001110 1010111 111110

Color Harmonies of #F24993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24993

Black with #F24993

Text Example


Text Example

White with #F24993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24993; }

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

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

background-color css

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

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

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

border-color css

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

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

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