Html Css Color HEX #FC5A89 Brink Pink

📋 copy color: '#FC5A89'

red 252 ◦ green 90 ◦ blue 137

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

Shades of Brink Pink #FC5A89

Tints of Brink Pink #FC5A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

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

R = 52.61%
G = 18.79%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC5A89 (or 0xFC5A89) is known color: Brink Pink. HEX triplet: FC, 5A and 89. RGB value is (252,90,137). Sum of RGB (Red+Green+Blue) = 252+90+137=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A89 is #03A576. Grayscale: #8F8F8F. Windows color (decimal): -238967 or 9001724. OLE color: 9001724.

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

Color convert

RGB 252 90 137 -
CMYK 0 0.64 0.46 0.01
HSL 342.59º 0.96% 0.67% -
HSV(B) 342.59º 0.64% 0.99% -
XYZ 48.32 29.81 26.88 -
YUV 143.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 252 90 137 0 0.64 0.46 0.01 342.59 0.96 0.67
Hex FC 5A 89 0 40 2E 1 157 60 43
Octal 374 132 211 0 100 56 1 527 140 103
Binary 11111100 1011010 10001001 0 1000000 101110 1 101010111 1100000 1000011

Color Harmonies of #FC5A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A89

Black with #FC5A89

Text Example


Text Example

White with #FC5A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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