Html Css Color HEX #FC5E89 Brink Pink

📋 copy color: '#FC5E89'

red 252 ◦ green 94 ◦ blue 137

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

Shades of Brink Pink #FC5E89

Tints of Brink Pink #FC5E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

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

R = 52.17%
G = 19.46%
B = 28.36%

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

#FC5E89 (or 0xFC5E89) is known color: Brink Pink. HEX triplet: FC, 5E and 89. RGB value is (252,94,137). Sum of RGB (Red+Green+Blue) = 252+94+137=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E89 is #03A176. Grayscale: #929292. Windows color (decimal): -237943 or 9002748. OLE color: 9002748.

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

Color convert

RGB 252 94 137 -
CMYK 0 0.63 0.46 0.01
HSL 343.67º 0.96% 0.68% -
HSV(B) 343.67º 0.63% 0.99% -
XYZ 48.66 30.51 26.99 -
YUV 146.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 252 94 137 0 0.63 0.46 0.01 343.67 0.96 0.68
Hex FC 5E 89 0 3F 2E 1 158 60 44
Octal 374 136 211 0 77 56 1 530 140 104
Binary 11111100 1011110 10001001 0 111111 101110 1 101011000 1100000 1000100

Color Harmonies of #FC5E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E89

Black with #FC5E89

Text Example


Text Example

White with #FC5E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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