Html Css Color HEX #F5588C French Rose

📋 copy color: '#F5588C'

red 245 ◦ green 88 ◦ blue 140

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

Shades of French Rose #F5588C

Tints of French Rose #F5588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

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

R = 51.8%
G = 18.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5588C (or 0xF5588C) is known color: French Rose. HEX triplet: F5, 58 and 8C. RGB value is (245,88,140). Sum of RGB (Red+Green+Blue) = 245+88+140=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5588C is #0AA773. Grayscale: #8C8C8C. Windows color (decimal): -698228 or 9197813. OLE color: 9197813.

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

Color convert

RGB 245 88 140 -
CMYK 0 0.64 0.43 0.04
HSL 340.13º 0.89% 0.65% -
HSV(B) 340.13º 0.64% 0.96% -
XYZ 45.88 28.29 27.85 -
YUV 140.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 245 88 140 0 0.64 0.43 0.04 340.13 0.89 0.65
Hex F5 58 8C 0 40 2B 4 154 59 41
Octal 365 130 214 0 100 53 4 524 131 101
Binary 11110101 1011000 10001100 0 1000000 101011 100 101010100 1011001 1000001

Color Harmonies of #F5588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5588C

Black with #F5588C

Text Example


Text Example

White with #F5588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5588C; }

 p { color: rgb(245,88,140); }

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

background-color css

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

 a { background-color: rgb(245,88,140); }

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

border-color css

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

 span { border-color: rgb(245,88,140); }

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