Html Css Color HEX #FC5A8A Brink Pink

📋 copy color: '#FC5A8A'

red 252 ◦ green 90 ◦ blue 138

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

Shades of Brink Pink #FC5A8A

Tints of Brink Pink #FC5A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 52.5%
G = 18.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC5A8A (or 0xFC5A8A) is known color: Brink Pink. HEX triplet: FC, 5A and 8A. RGB value is (252,90,138). Sum of RGB (Red+Green+Blue) = 252+90+138=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A8A is #03A575. Grayscale: #8F8F8F. Windows color (decimal): -238966 or 9067260. OLE color: 9067260.

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

Color convert

RGB 252 90 138 -
CMYK 0 0.64 0.45 0.01
HSL 342.22º 0.96% 0.67% -
HSV(B) 342.22º 0.64% 0.99% -
XYZ 48.39 29.84 27.25 -
YUV 143.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 252 90 138 0 0.64 0.45 0.01 342.22 0.96 0.67
Hex FC 5A 8A 0 40 2D 1 156 60 43
Octal 374 132 212 0 100 55 1 526 140 103
Binary 11111100 1011010 10001010 0 1000000 101101 1 101010110 1100000 1000011

Color Harmonies of #FC5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A8A

Black with #FC5A8A

Text Example


Text Example

White with #FC5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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