Html Css Color HEX #FC559C Brilliant Rose

📋 copy color: '#FC559C'

red 252 ◦ green 85 ◦ blue 156

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

Shades of Brilliant Rose #FC559C

Tints of Brilliant Rose #FC559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 51.12%
G = 17.24%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC559C (or 0xFC559C) is known color: Brilliant Rose. HEX triplet: FC, 55 and 9C. RGB value is (252,85,156). Sum of RGB (Red+Green+Blue) = 252+85+156=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC559C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC559C is #03AA63. Grayscale: #8E8E8E. Windows color (decimal): -240228 or 10245628. OLE color: 10245628.

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

Color convert

RGB 252 85 156 -
CMYK 0 0.66 0.38 0.01
HSL 334.49º 0.97% 0.66% -
HSV(B) 334.49º 0.66% 0.99% -
XYZ 49.39 29.59 34.56 -
YUV 143.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 252 85 156 0 0.66 0.38 0.01 334.49 0.97 0.66
Hex FC 55 9C 0 42 26 1 14E 61 42
Octal 374 125 234 0 102 46 1 516 141 102
Binary 11111100 1010101 10011100 0 1000010 100110 1 101001110 1100001 1000010

Color Harmonies of #FC559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC559C

Black with #FC559C

Text Example


Text Example

White with #FC559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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