Html Css Color HEX #F24D8C French Rose

📋 copy color: '#F24D8C'

red 242 ◦ green 77 ◦ blue 140

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

Shades of French Rose #F24D8C

Tints of French Rose #F24D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 52.72%
G = 16.78%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F24D8C (or 0xF24D8C) is known color: French Rose. HEX triplet: F2, 4D and 8C. RGB value is (242,77,140). Sum of RGB (Red+Green+Blue) = 242+77+140=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D8C is #0DB273. Grayscale: #858585. Windows color (decimal): -897652 or 9194994. OLE color: 9194994.

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

Color convert

RGB 242 77 140 -
CMYK 0 0.68 0.42 0.05
HSL 337.09º 0.86% 0.63% -
HSV(B) 337.09º 0.68% 0.95% -
XYZ 44.01 26.08 27.53 -
YUV 133.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 242 77 140 0 0.68 0.42 0.05 337.09 0.86 0.63
Hex F2 4D 8C 0 44 2A 5 151 56 3F
Octal 362 115 214 0 104 52 5 521 126 77
Binary 11110010 1001101 10001100 0 1000100 101010 101 101010001 1010110 111111

Color Harmonies of #F24D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D8C

Black with #F24D8C

Text Example


Text Example

White with #F24D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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