Html Css Color HEX #FC5488 French Rose

📋 copy color: '#FC5488'

red 252 ◦ green 84 ◦ blue 136

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

Shades of French Rose #FC5488

Tints of French Rose #FC5488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.81%

R = 53.39%
G = 17.8%
B = 28.81%

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

#FC5488 (or 0xFC5488) is known color: French Rose. HEX triplet: FC, 54 and 88. RGB value is (252,84,136). Sum of RGB (Red+Green+Blue) = 252+84+136=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5488 is #03AB77. Grayscale: #8C8C8C. Windows color (decimal): -240504 or 8934652. OLE color: 8934652.

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

Color convert

RGB 252 84 136 -
CMYK 0 0.67 0.46 0.01
HSL 341.43º 0.97% 0.66% -
HSV(B) 341.43º 0.67% 0.99% -
XYZ 47.76 28.81 26.34 -
YUV 140.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 252 84 136 0 0.67 0.46 0.01 341.43 0.97 0.66
Hex FC 54 88 0 43 2E 1 155 61 42
Octal 374 124 210 0 103 56 1 525 141 102
Binary 11111100 1010100 10001000 0 1000011 101110 1 101010101 1100001 1000010

Color Harmonies of #FC5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5488

Black with #FC5488

Text Example


Text Example

White with #FC5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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