Html Css Color HEX #FC5A81 Brink Pink

📋 copy color: '#FC5A81'

red 252 ◦ green 90 ◦ blue 129

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

Shades of Brink Pink #FC5A81

Tints of Brink Pink #FC5A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.39%

R = 53.5%
G = 19.11%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC5A81 (or 0xFC5A81) is known color: Brink Pink. HEX triplet: FC, 5A and 81. RGB value is (252,90,129). Sum of RGB (Red+Green+Blue) = 252+90+129=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A81 is #03A57E. Grayscale: #8E8E8E. Windows color (decimal): -238975 or 8477436. OLE color: 8477436.

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

Color convert

RGB 252 90 129 -
CMYK 0 0.64 0.49 0.01
HSL 345.56º 0.96% 0.67% -
HSV(B) 345.56º 0.64% 0.99% -
XYZ 47.76 29.59 23.96 -
YUV 142.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 252 90 129 0 0.64 0.49 0.01 345.56 0.96 0.67
Hex FC 5A 81 0 40 31 1 15A 60 43
Octal 374 132 201 0 100 61 1 532 140 103
Binary 11111100 1011010 10000001 0 1000000 110001 1 101011010 1100000 1000011

Color Harmonies of #FC5A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A81

Black with #FC5A81

Text Example


Text Example

White with #FC5A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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