Html Css Color HEX #FC559D Brilliant Rose

📋 copy color: '#FC559D'

red 252 ◦ green 85 ◦ blue 157

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

Shades of Brilliant Rose #FC559D

Tints of Brilliant Rose #FC559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 51.01%
G = 17.21%
B = 31.78%

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

#FC559D (or 0xFC559D) is known color: Brilliant Rose. HEX triplet: FC, 55 and 9D. RGB value is (252,85,157). Sum of RGB (Red+Green+Blue) = 252+85+157=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC559D is #03AA62. Grayscale: #8F8F8F. Windows color (decimal): -240227 or 10311164. OLE color: 10311164.

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

Color convert

RGB 252 85 157 -
CMYK 0 0.66 0.38 0.01
HSL 334.13º 0.97% 0.66% -
HSV(B) 334.13º 0.66% 0.99% -
XYZ 49.48 29.63 35.01 -
YUV 143.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 252 85 157 0 0.66 0.38 0.01 334.13 0.97 0.66
Hex FC 55 9D 0 42 26 1 14E 61 42
Octal 374 125 235 0 102 46 1 516 141 102
Binary 11111100 1010101 10011101 0 1000010 100110 1 101001110 1100001 1000010

Color Harmonies of #FC559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC559D

Black with #FC559D

Text Example


Text Example

White with #FC559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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