Html Css Color HEX #F24D85 French Rose

📋 copy color: '#F24D85'

red 242 ◦ green 77 ◦ blue 133

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

Shades of French Rose #F24D85

Tints of French Rose #F24D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 53.54%
G = 17.04%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F24D85 (or 0xF24D85) is known color: French Rose. HEX triplet: F2, 4D and 85. RGB value is (242,77,133). Sum of RGB (Red+Green+Blue) = 242+77+133=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D85 is #0DB27A. Grayscale: #848484. Windows color (decimal): -897659 or 8736242. OLE color: 8736242.

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

Color convert

RGB 242 77 133 -
CMYK 0 0.68 0.45 0.05
HSL 339.64º 0.86% 0.63% -
HSV(B) 339.64º 0.68% 0.95% -
XYZ 43.51 25.88 24.89 -
YUV 132.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 242 77 133 0 0.68 0.45 0.05 339.64 0.86 0.63
Hex F2 4D 85 0 44 2D 5 154 56 3F
Octal 362 115 205 0 104 55 5 524 126 77
Binary 11110010 1001101 10000101 0 1000100 101101 101 101010100 1010110 111111

Color Harmonies of #F24D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D85

Black with #F24D85

Text Example


Text Example

White with #F24D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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