Html Css Color HEX #FC558B French Rose

📋 copy color: '#FC558B'

red 252 ◦ green 85 ◦ blue 139

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

Shades of French Rose #FC558B

Tints of French Rose #FC558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 52.94%
G = 17.86%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC558B (or 0xFC558B) is known color: French Rose. HEX triplet: FC, 55 and 8B. RGB value is (252,85,139). Sum of RGB (Red+Green+Blue) = 252+85+139=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC558B is #03AA74. Grayscale: #8D8D8D. Windows color (decimal): -240245 or 9131516. OLE color: 9131516.

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

Color convert

RGB 252 85 139 -
CMYK 0 0.66 0.45 0.01
HSL 340.6º 0.97% 0.66% -
HSV(B) 340.6º 0.66% 0.99% -
XYZ 48.05 29.06 27.5 -
YUV 141.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 252 85 139 0 0.66 0.45 0.01 340.6 0.97 0.66
Hex FC 55 8B 0 42 2D 1 155 61 42
Octal 374 125 213 0 102 55 1 525 141 102
Binary 11111100 1010101 10001011 0 1000010 101101 1 101010101 1100001 1000010

Color Harmonies of #FC558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC558B

Black with #FC558B

Text Example


Text Example

White with #FC558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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