Html Css Color HEX #FC5A83 Brink Pink

📋 copy color: '#FC5A83'

red 252 ◦ green 90 ◦ blue 131

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

Shades of Brink Pink #FC5A83

Tints of Brink Pink #FC5A83

RGB

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

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

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

R = 53.28%
G = 19.03%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC5A83 (or 0xFC5A83) is known color: Brink Pink. HEX triplet: FC, 5A and 83. RGB value is (252,90,131). Sum of RGB (Red+Green+Blue) = 252+90+131=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A83 is #03A57C. Grayscale: #8F8F8F. Windows color (decimal): -238973 or 8608508. OLE color: 8608508.

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

Color convert

RGB 252 90 131 -
CMYK 0 0.64 0.48 0.01
HSL 344.81º 0.96% 0.67% -
HSV(B) 344.81º 0.64% 0.99% -
XYZ 47.9 29.65 24.67 -
YUV 143.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 252 90 131 0 0.64 0.48 0.01 344.81 0.96 0.67
Hex FC 5A 83 0 40 30 1 159 60 43
Octal 374 132 203 0 100 60 1 531 140 103
Binary 11111100 1011010 10000011 0 1000000 110000 1 101011001 1100000 1000011

Color Harmonies of #FC5A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A83

Black with #FC5A83

Text Example


Text Example

White with #FC5A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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