Html Css Color HEX #FC5B8D Brink Pink

📋 copy color: '#FC5B8D'

red 252 ◦ green 91 ◦ blue 141

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

Shades of Brink Pink #FC5B8D

Tints of Brink Pink #FC5B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 52.07%
G = 18.8%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC5B8D (or 0xFC5B8D) is known color: Brink Pink. HEX triplet: FC, 5B and 8D. RGB value is (252,91,141). Sum of RGB (Red+Green+Blue) = 252+91+141=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5B8D is #03A472. Grayscale: #909090. Windows color (decimal): -238707 or 9264124. OLE color: 9264124.

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

Color convert

RGB 252 91 141 -
CMYK 0 0.64 0.44 0.01
HSL 341.37º 0.96% 0.67% -
HSV(B) 341.37º 0.64% 0.99% -
XYZ 48.69 30.1 28.44 -
YUV 144.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 252 91 141 0 0.64 0.44 0.01 341.37 0.96 0.67
Hex FC 5B 8D 0 40 2C 1 155 60 43
Octal 374 133 215 0 100 54 1 525 140 103
Binary 11111100 1011011 10001101 0 1000000 101100 1 101010101 1100000 1000011

Color Harmonies of #FC5B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B8D

Black with #FC5B8D

Text Example


Text Example

White with #FC5B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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