Html Css Color HEX #FC558D French Rose

📋 copy color: '#FC558D'

red 252 ◦ green 85 ◦ blue 141

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

Shades of French Rose #FC558D

Tints of French Rose #FC558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.78%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 52.72%
G = 17.78%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC558D (or 0xFC558D) is known color: French Rose. HEX triplet: FC, 55 and 8D. RGB value is (252,85,141). Sum of RGB (Red+Green+Blue) = 252+85+141=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC558D is #03AA72. Grayscale: #8D8D8D. Windows color (decimal): -240243 or 9262588. OLE color: 9262588.

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

Color convert

RGB 252 85 141 -
CMYK 0 0.66 0.44 0.01
HSL 339.88º 0.97% 0.66% -
HSV(B) 339.88º 0.66% 0.99% -
XYZ 48.2 29.12 28.28 -
YUV 141.32 127.83 206.95 -
System Red Green Blue C M Y K H S L
Decimal 252 85 141 0 0.66 0.44 0.01 339.88 0.97 0.66
Hex FC 55 8D 0 42 2C 1 154 61 42
Octal 374 125 215 0 102 54 1 524 141 102
Binary 11111100 1010101 10001101 0 1000010 101100 1 101010100 1100001 1000010

Color Harmonies of #FC558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC558D

Black with #FC558D

Text Example


Text Example

White with #FC558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC558D; }

 p { color: rgb(252,85,141); }

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

background-color css

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

 a { background-color: rgb(252,85,141); }

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

border-color css

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

 span { border-color: rgb(252,85,141); }

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