Html Css Color HEX #FC59B1 Brilliant Rose

📋 copy color: '#FC59B1'

red 252 ◦ green 89 ◦ blue 177

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

Shades of Brilliant Rose #FC59B1

Tints of Brilliant Rose #FC59B1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.18%

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 48.65%
G = 17.18%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC59B1 (or 0xFC59B1) is known color: Brilliant Rose. HEX triplet: FC, 59 and B1. RGB value is (252,89,177). Sum of RGB (Red+Green+Blue) = 252+89+177=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC59B1 is #03A64E. Grayscale: #939393. Windows color (decimal): -239183 or 11622908. OLE color: 11622908.

HSL color Cylindrical-coordinate representation of color #FC59B1: hue angle of 327.61º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC59B1 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 89 177 -
CMYK 0 0.65 0.30 0.01
HSL 327.61º 0.96% 0.67% -
HSV(B) 327.61º 0.65% 0.99% -
XYZ 51.65 31.01 44.86 -
YUV 147.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 252 89 177 0 0.65 0.30 0.01 327.61 0.96 0.67
Hex FC 59 B1 0 41 1E 1 148 60 43
Octal 374 131 261 0 101 36 1 510 140 103
Binary 11111100 1011001 10110001 0 1000001 11110 1 101001000 1100000 1000011

Color Harmonies of #FC59B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59B1

Black with #FC59B1

Text Example


Text Example

White with #FC59B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59B1; }

 p { color: rgb(252,89,177); }

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

background-color css

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

 a { background-color: rgb(252,89,177); }

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

border-color css

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

 span { border-color: rgb(252,89,177); }

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