Html Css Color HEX #F24F98 French Rose

📋 copy color: '#F24F98'

red 242 ◦ green 79 ◦ blue 152

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

Shades of French Rose #F24F98

Tints of French Rose #F24F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.14%

R = 51.16%
G = 16.7%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F24F98 (or 0xF24F98) is known color: French Rose. HEX triplet: F2, 4F and 98. RGB value is (242,79,152). Sum of RGB (Red+Green+Blue) = 242+79+152=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24F98 is #0DB067. Grayscale: #878787. Windows color (decimal): -897128 or 9981938. OLE color: 9981938.

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

Color convert

RGB 242 79 152 -
CMYK 0 0.67 0.37 0.05
HSL 333.13º 0.86% 0.63% -
HSV(B) 333.13º 0.67% 0.95% -
XYZ 45.08 26.74 32.49 -
YUV 136.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 242 79 152 0 0.67 0.37 0.05 333.13 0.86 0.63
Hex F2 4F 98 0 43 25 5 14D 56 3F
Octal 362 117 230 0 103 45 5 515 126 77
Binary 11110010 1001111 10011000 0 1000011 100101 101 101001101 1010110 111111

Color Harmonies of #F24F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F98

Black with #F24F98

Text Example


Text Example

White with #F24F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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