Html Css Color HEX #FC5883 Brink Pink

📋 copy color: '#FC5883'

red 252 ◦ green 88 ◦ blue 131

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

Shades of Brink Pink #FC5883

Tints of Brink Pink #FC5883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.68%

 BLUE value IS 131 (51.56% from 255) = 27.81%

R = 53.5%
G = 18.68%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC5883 (or 0xFC5883) is known color: Brink Pink. HEX triplet: FC, 58 and 83. RGB value is (252,88,131). Sum of RGB (Red+Green+Blue) = 252+88+131=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5883 is #03A77C. Grayscale: #8D8D8D. Windows color (decimal): -239485 or 8607996. OLE color: 8607996.

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

Color convert

RGB 252 88 131 -
CMYK 0 0.65 0.48 0.01
HSL 344.27º 0.96% 0.67% -
HSV(B) 344.27º 0.65% 0.99% -
XYZ 47.73 29.31 24.62 -
YUV 141.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 252 88 131 0 0.65 0.48 0.01 344.27 0.96 0.67
Hex FC 58 83 0 41 30 1 158 60 43
Octal 374 130 203 0 101 60 1 530 140 103
Binary 11111100 1011000 10000011 0 1000001 110000 1 101011000 1100000 1000011

Color Harmonies of #FC5883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5883

Black with #FC5883

Text Example


Text Example

White with #FC5883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5883; }

 p { color: rgb(252,88,131); }

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

background-color css

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

 a { background-color: rgb(252,88,131); }

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

border-color css

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

 span { border-color: rgb(252,88,131); }

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