Html Css Color HEX #FC5690 French Rose

📋 copy color: '#FC5690'

red 252 ◦ green 86 ◦ blue 144

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

Shades of French Rose #FC5690

Tints of French Rose #FC5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

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

R = 52.28%
G = 17.84%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC5690 (or 0xFC5690) is known color: French Rose. HEX triplet: FC, 56 and 90. RGB value is (252,86,144). Sum of RGB (Red+Green+Blue) = 252+86+144=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5690 is #03A96F. Grayscale: #8E8E8E. Windows color (decimal): -239984 or 9459452. OLE color: 9459452.

HSL color Cylindrical-coordinate representation of color #FC5690: hue angle of 339.04º 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 #FC5690 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 86 144 -
CMYK 0 0.66 0.43 0.01
HSL 339.04º 0.97% 0.66% -
HSV(B) 339.04º 0.66% 0.99% -
XYZ 48.51 29.36 29.5 -
YUV 142.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 252 86 144 0 0.66 0.43 0.01 339.04 0.97 0.66
Hex FC 56 90 0 42 2B 1 153 61 42
Octal 374 126 220 0 102 53 1 523 141 102
Binary 11111100 1010110 10010000 0 1000010 101011 1 101010011 1100001 1000010

Color Harmonies of #FC5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5690

Black with #FC5690

Text Example


Text Example

White with #FC5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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