Html Css Color HEX #FC5791 French Rose

📋 copy color: '#FC5791'

red 252 ◦ green 87 ◦ blue 145

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

Shades of French Rose #FC5791

Tints of French Rose #FC5791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.98%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 52.07%
G = 17.98%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC5791 (or 0xFC5791) is known color: French Rose. HEX triplet: FC, 57 and 91. RGB value is (252,87,145). Sum of RGB (Red+Green+Blue) = 252+87+145=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5791 is #03A86E. Grayscale: #8E8E8E. Windows color (decimal): -239727 or 9525244. OLE color: 9525244.

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

Color convert

RGB 252 87 145 -
CMYK 0 0.65 0.42 0.01
HSL 338.91º 0.96% 0.66% -
HSV(B) 338.91º 0.65% 0.99% -
XYZ 48.66 29.56 29.93 -
YUV 142.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 252 87 145 0 0.65 0.42 0.01 338.91 0.96 0.66
Hex FC 57 91 0 41 2A 1 153 60 42
Octal 374 127 221 0 101 52 1 523 140 102
Binary 11111100 1010111 10010001 0 1000001 101010 1 101010011 1100000 1000010

Color Harmonies of #FC5791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5791

Black with #FC5791

Text Example


Text Example

White with #FC5791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5791; }

 p { color: rgb(252,87,145); }

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

background-color css

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

 a { background-color: rgb(252,87,145); }

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

border-color css

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

 span { border-color: rgb(252,87,145); }

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