Html Css Color HEX #FC5990 French Rose

📋 copy color: '#FC5990'

red 252 ◦ green 89 ◦ blue 144

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

Shades of French Rose #FC5990

Tints of French Rose #FC5990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.35%

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 51.96%
G = 18.35%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC5990 (or 0xFC5990) is known color: French Rose. HEX triplet: FC, 59 and 90. RGB value is (252,89,144). Sum of RGB (Red+Green+Blue) = 252+89+144=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5990 is #03A66F. Grayscale: #8F8F8F. Windows color (decimal): -239216 or 9460220. OLE color: 9460220.

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

Color convert

RGB 252 89 144 -
CMYK 0 0.65 0.43 0.01
HSL 339.75º 0.96% 0.67% -
HSV(B) 339.75º 0.65% 0.99% -
XYZ 48.75 29.85 29.58 -
YUV 144.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 252 89 144 0 0.65 0.43 0.01 339.75 0.96 0.67
Hex FC 59 90 0 41 2B 1 154 60 43
Octal 374 131 220 0 101 53 1 524 140 103
Binary 11111100 1011001 10010000 0 1000001 101011 1 101010100 1100000 1000011

Color Harmonies of #FC5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5990

Black with #FC5990

Text Example


Text Example

White with #FC5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5990; }

 p { color: rgb(252,89,144); }

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

background-color css

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

 a { background-color: rgb(252,89,144); }

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

border-color css

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

 span { border-color: rgb(252,89,144); }

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