Html Css Color HEX #F24D88 French Rose

📋 copy color: '#F24D88'

red 242 ◦ green 77 ◦ blue 136

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

Shades of French Rose #F24D88

Tints of French Rose #F24D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.89%

R = 53.19%
G = 16.92%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F24D88 (or 0xF24D88) is known color: French Rose. HEX triplet: F2, 4D and 88. RGB value is (242,77,136). Sum of RGB (Red+Green+Blue) = 242+77+136=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D88 is #0DB277. Grayscale: #848484. Windows color (decimal): -897656 or 8932850. OLE color: 8932850.

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

Color convert

RGB 242 77 136 -
CMYK 0 0.68 0.44 0.05
HSL 338.55º 0.86% 0.63% -
HSV(B) 338.55º 0.68% 0.95% -
XYZ 43.72 25.96 26 -
YUV 133.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 242 77 136 0 0.68 0.44 0.05 338.55 0.86 0.63
Hex F2 4D 88 0 44 2C 5 153 56 3F
Octal 362 115 210 0 104 54 5 523 126 77
Binary 11110010 1001101 10001000 0 1000100 101100 101 101010011 1010110 111111

Color Harmonies of #F24D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D88

Black with #F24D88

Text Example


Text Example

White with #F24D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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