Html Css Color HEX #FC559B Brilliant Rose

📋 copy color: '#FC559B'

red 252 ◦ green 85 ◦ blue 155

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

Shades of Brilliant Rose #FC559B

Tints of Brilliant Rose #FC559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 51.22%
G = 17.28%
B = 31.5%

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

#FC559B (or 0xFC559B) is known color: Brilliant Rose. HEX triplet: FC, 55 and 9B. RGB value is (252,85,155). Sum of RGB (Red+Green+Blue) = 252+85+155=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC559B is #03AA64. Grayscale: #8E8E8E. Windows color (decimal): -240229 or 10180092. OLE color: 10180092.

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

Color convert

RGB 252 85 155 -
CMYK 0 0.66 0.38 0.01
HSL 334.85º 0.97% 0.66% -
HSV(B) 334.85º 0.66% 0.99% -
XYZ 49.31 29.56 34.12 -
YUV 142.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 252 85 155 0 0.66 0.38 0.01 334.85 0.97 0.66
Hex FC 55 9B 0 42 26 1 14F 61 42
Octal 374 125 233 0 102 46 1 517 141 102
Binary 11111100 1010101 10011011 0 1000010 100110 1 101001111 1100001 1000010

Color Harmonies of #FC559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC559B

Black with #FC559B

Text Example


Text Example

White with #FC559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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