Html Css Color HEX #F55588 French Rose

📋 copy color: '#F55588'

red 245 ◦ green 85 ◦ blue 136

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

Shades of French Rose #F55588

Tints of French Rose #F55588

RGB

 RED value IS 245 (96.09% from 255) = 52.58%

 GREEN value IS 85 (33.59% from 255) = 18.24%

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

R = 52.58%
G = 18.24%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F55588 (or 0xF55588) is known color: French Rose. HEX triplet: F5, 55 and 88. RGB value is (245,85,136). Sum of RGB (Red+Green+Blue) = 245+85+136=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F55588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55588 is #0AAA77. Grayscale: #8A8A8A. Windows color (decimal): -699000 or 8934901. OLE color: 8934901.

HSL color Cylindrical-coordinate representation of color #F55588: hue angle of 340.88º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55588 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 85 136 -
CMYK 0 0.65 0.44 0.04
HSL 340.88º 0.89% 0.65% -
HSV(B) 340.88º 0.65% 0.96% -
XYZ 45.35 27.69 26.25 -
YUV 138.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 245 85 136 0 0.65 0.44 0.04 340.88 0.89 0.65
Hex F5 55 88 0 41 2C 4 155 59 41
Octal 365 125 210 0 101 54 4 525 131 101
Binary 11110101 1010101 10001000 0 1000001 101100 100 101010101 1011001 1000001

Color Harmonies of #F55588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55588

Black with #F55588

Text Example


Text Example

White with #F55588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55588; }

 p { color: rgb(245,85,136); }

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

background-color css

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

 a { background-color: rgb(245,85,136); }

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

border-color css

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

 span { border-color: rgb(245,85,136); }

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