Html Css Color HEX #F24D8F French Rose

📋 copy color: '#F24D8F'

red 242 ◦ green 77 ◦ blue 143

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

Shades of French Rose #F24D8F

Tints of French Rose #F24D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

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

R = 52.38%
G = 16.67%
B = 30.95%

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

#F24D8F (or 0xF24D8F) is known color: French Rose. HEX triplet: F2, 4D and 8F. RGB value is (242,77,143). Sum of RGB (Red+Green+Blue) = 242+77+143=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D8F is #0DB270. Grayscale: #858585. Windows color (decimal): -897649 or 9391602. OLE color: 9391602.

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

Color convert

RGB 242 77 143 -
CMYK 0 0.68 0.41 0.05
HSL 336º 0.86% 0.63% -
HSV(B) 336º 0.68% 0.95% -
XYZ 44.23 26.17 28.71 -
YUV 133.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 242 77 143 0 0.68 0.41 0.05 336 0.86 0.63
Hex F2 4D 8F 0 44 29 5 150 56 3F
Octal 362 115 217 0 104 51 5 520 126 77
Binary 11110010 1001101 10001111 0 1000100 101001 101 101010000 1010110 111111

Color Harmonies of #F24D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D8F

Black with #F24D8F

Text Example


Text Example

White with #F24D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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