Html Css Color HEX #FC5D89 Brink Pink

📋 copy color: '#FC5D89'

red 252 ◦ green 93 ◦ blue 137

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

Shades of Brink Pink #FC5D89

Tints of Brink Pink #FC5D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

 BLUE value IS 137 (53.91% from 255) = 28.42%

R = 52.28%
G = 19.29%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC5D89 (or 0xFC5D89) is known color: Brink Pink. HEX triplet: FC, 5D and 89. RGB value is (252,93,137). Sum of RGB (Red+Green+Blue) = 252+93+137=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D89 is #03A276. Grayscale: #919191. Windows color (decimal): -238199 or 9002492. OLE color: 9002492.

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

Color convert

RGB 252 93 137 -
CMYK 0 0.63 0.46 0.01
HSL 343.4º 0.96% 0.68% -
HSV(B) 343.4º 0.63% 0.99% -
XYZ 48.57 30.33 26.96 -
YUV 145.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 252 93 137 0 0.63 0.46 0.01 343.4 0.96 0.68
Hex FC 5D 89 0 3F 2E 1 157 60 44
Octal 374 135 211 0 77 56 1 527 140 104
Binary 11111100 1011101 10001001 0 111111 101110 1 101010111 1100000 1000100

Color Harmonies of #FC5D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D89

Black with #FC5D89

Text Example


Text Example

White with #FC5D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D89; }

 p { color: rgb(252,93,137); }

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

background-color css

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

 a { background-color: rgb(252,93,137); }

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

border-color css

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

 span { border-color: rgb(252,93,137); }

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