Html Css Color HEX #FC5589 French Rose

📋 copy color: '#FC5589'

red 252 ◦ green 85 ◦ blue 137

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

Shades of French Rose #FC5589

Tints of French Rose #FC5589

RGB

 RED value IS 252 (98.83% from 255) = 53.16%

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

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 53.16%
G = 17.93%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC5589 (or 0xFC5589) is known color: French Rose. HEX triplet: FC, 55 and 89. RGB value is (252,85,137). Sum of RGB (Red+Green+Blue) = 252+85+137=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5589 is #03AA76. Grayscale: #8C8C8C. Windows color (decimal): -240247 or 9000444. OLE color: 9000444.

HSL color Cylindrical-coordinate representation of color #FC5589: hue angle of 341.32º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC5589 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 137 -
CMYK 0 0.66 0.46 0.01
HSL 341.32º 0.97% 0.66% -
HSV(B) 341.32º 0.66% 0.99% -
XYZ 47.91 29 26.74 -
YUV 140.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 252 85 137 0 0.66 0.46 0.01 341.32 0.97 0.66
Hex FC 55 89 0 42 2E 1 155 61 42
Octal 374 125 211 0 102 56 1 525 141 102
Binary 11111100 1010101 10001001 0 1000010 101110 1 101010101 1100001 1000010

Color Harmonies of #FC5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5589

Black with #FC5589

Text Example


Text Example

White with #FC5589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5589; }

 p { color: rgb(252,85,137); }

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

background-color css

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

 a { background-color: rgb(252,85,137); }

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

border-color css

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

 span { border-color: rgb(252,85,137); }

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