Html Css Color HEX #FC5487 French Rose

📋 copy color: '#FC5487'

red 252 ◦ green 84 ◦ blue 135

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

Shades of French Rose #FC5487

Tints of French Rose #FC5487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.83%

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 53.5%
G = 17.83%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC5487 (or 0xFC5487) is known color: French Rose. HEX triplet: FC, 54 and 87. RGB value is (252,84,135). Sum of RGB (Red+Green+Blue) = 252+84+135=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5487 is #03AB78. Grayscale: #8C8C8C. Windows color (decimal): -240505 or 8869116. OLE color: 8869116.

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

Color convert

RGB 252 84 135 -
CMYK 0 0.67 0.46 0.01
HSL 341.79º 0.97% 0.66% -
HSV(B) 341.79º 0.67% 0.99% -
XYZ 47.69 28.79 25.96 -
YUV 140.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 252 84 135 0 0.67 0.46 0.01 341.79 0.97 0.66
Hex FC 54 87 0 43 2E 1 156 61 42
Octal 374 124 207 0 103 56 1 526 141 102
Binary 11111100 1010100 10000111 0 1000011 101110 1 101010110 1100001 1000010

Color Harmonies of #FC5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5487

Black with #FC5487

Text Example


Text Example

White with #FC5487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5487; }

 p { color: rgb(252,84,135); }

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

background-color css

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

 a { background-color: rgb(252,84,135); }

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

border-color css

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

 span { border-color: rgb(252,84,135); }

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