Html Css Color HEX #FC5A7F Brink Pink

📋 copy color: '#FC5A7F'

red 252 ◦ green 90 ◦ blue 127

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

Shades of Brink Pink #FC5A7F

Tints of Brink Pink #FC5A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.08%

R = 53.73%
G = 19.19%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC5A7F (or 0xFC5A7F) is known color: Brink Pink. HEX triplet: FC, 5A and 7F. RGB value is (252,90,127). Sum of RGB (Red+Green+Blue) = 252+90+127=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A7F is #03A580. Grayscale: #8E8E8E. Windows color (decimal): -238977 or 8346364. OLE color: 8346364.

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

Color convert

RGB 252 90 127 -
CMYK 0 0.64 0.50 0.01
HSL 346.3º 0.96% 0.67% -
HSV(B) 346.3º 0.64% 0.99% -
XYZ 47.63 29.54 23.27 -
YUV 142.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 252 90 127 0 0.64 0.50 0.01 346.3 0.96 0.67
Hex FC 5A 7F 0 40 32 1 15A 60 43
Octal 374 132 177 0 100 62 1 532 140 103
Binary 11111100 1011010 1111111 0 1000000 110010 1 101011010 1100000 1000011

Color Harmonies of #FC5A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A7F

Black with #FC5A7F

Text Example


Text Example

White with #FC5A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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