Html Css Color HEX #FC5B7F Brink Pink

📋 copy color: '#FC5B7F'

red 252 ◦ green 91 ◦ blue 127

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

Shades of Brink Pink #FC5B7F

Tints of Brink Pink #FC5B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.36%

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

R = 53.62%
G = 19.36%
B = 27.02%

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

#FC5B7F (or 0xFC5B7F) is known color: Brink Pink. HEX triplet: FC, 5B and 7F. RGB value is (252,91,127). Sum of RGB (Red+Green+Blue) = 252+91+127=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B7F is #03A480. Grayscale: #8F8F8F. Windows color (decimal): -238721 or 8346620. OLE color: 8346620.

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

Color convert

RGB 252 91 127 -
CMYK 0 0.64 0.50 0.01
HSL 346.58º 0.96% 0.67% -
HSV(B) 346.58º 0.64% 0.99% -
XYZ 47.72 29.71 23.3 -
YUV 143.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 252 91 127 0 0.64 0.50 0.01 346.58 0.96 0.67
Hex FC 5B 7F 0 40 32 1 15B 60 43
Octal 374 133 177 0 100 62 1 533 140 103
Binary 11111100 1011011 1111111 0 1000000 110010 1 101011011 1100000 1000011

Color Harmonies of #FC5B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B7F

Black with #FC5B7F

Text Example


Text Example

White with #FC5B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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