Html Css Color HEX #F24E8F French Rose

📋 copy color: '#F24E8F'

red 242 ◦ green 78 ◦ blue 143

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

Shades of French Rose #F24E8F

Tints of French Rose #F24E8F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.85%

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 52.27%
G = 16.85%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F24E8F (or 0xF24E8F) is known color: French Rose. HEX triplet: F2, 4E and 8F. RGB value is (242,78,143). Sum of RGB (Red+Green+Blue) = 242+78+143=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24E8F is #0DB170. Grayscale: #868686. Windows color (decimal): -897393 or 9391858. OLE color: 9391858.

HSL color Cylindrical-coordinate representation of color #F24E8F: hue angle of 336.22º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24E8F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 78 143 -
CMYK 0 0.68 0.41 0.05
HSL 336.22º 0.86% 0.63% -
HSV(B) 336.22º 0.68% 0.95% -
XYZ 44.3 26.31 28.73 -
YUV 134.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 242 78 143 0 0.68 0.41 0.05 336.22 0.86 0.63
Hex F2 4E 8F 0 44 29 5 150 56 3F
Octal 362 116 217 0 104 51 5 520 126 77
Binary 11110010 1001110 10001111 0 1000100 101001 101 101010000 1010110 111111

Color Harmonies of #F24E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24E8F

Black with #F24E8F

Text Example


Text Example

White with #F24E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24E8F; }

 p { color: rgb(242,78,143); }

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

background-color css

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

 a { background-color: rgb(242,78,143); }

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

border-color css

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

 span { border-color: rgb(242,78,143); }

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