Html Css Color HEX #FC56A0 Brilliant Rose

📋 copy color: '#FC56A0'

red 252 ◦ green 86 ◦ blue 160

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

Shades of Brilliant Rose #FC56A0

Tints of Brilliant Rose #FC56A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 50.6%
G = 17.27%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC56A0 (or 0xFC56A0) is known color: Brilliant Rose. HEX triplet: FC, 56 and A0. RGB value is (252,86,160). Sum of RGB (Red+Green+Blue) = 252+86+160=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC56A0 is #03A95F. Grayscale: #8F8F8F. Windows color (decimal): -239968 or 10508028. OLE color: 10508028.

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

Color convert

RGB 252 86 160 -
CMYK 0 0.66 0.37 0.01
HSL 333.25º 0.97% 0.66% -
HSV(B) 333.25º 0.66% 0.99% -
XYZ 49.82 29.89 36.4 -
YUV 144.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 252 86 160 0 0.66 0.37 0.01 333.25 0.97 0.66
Hex FC 56 A0 0 42 25 1 14D 61 42
Octal 374 126 240 0 102 45 1 515 141 102
Binary 11111100 1010110 10100000 0 1000010 100101 1 101001101 1100001 1000010

Color Harmonies of #FC56A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56A0

Black with #FC56A0

Text Example


Text Example

White with #FC56A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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