Html Css Color HEX #FC5D88 Brink Pink

📋 copy color: '#FC5D88'

red 252 ◦ green 93 ◦ blue 136

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

Shades of Brink Pink #FC5D88

Tints of Brink Pink #FC5D88

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 136 (53.52% from 255) = 28.27%

R = 52.39%
G = 19.33%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC5D88 (or 0xFC5D88) is known color: Brink Pink. HEX triplet: FC, 5D and 88. RGB value is (252,93,136). Sum of RGB (Red+Green+Blue) = 252+93+136=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D88 is #03A277. Grayscale: #919191. Windows color (decimal): -238200 or 8936956. OLE color: 8936956.

HSL color Cylindrical-coordinate representation of color #FC5D88: hue angle of 343.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5D88 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 93 136 -
CMYK 0 0.63 0.46 0.01
HSL 343.77º 0.96% 0.68% -
HSV(B) 343.77º 0.63% 0.99% -
XYZ 48.5 30.3 26.58 -
YUV 145.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 252 93 136 0 0.63 0.46 0.01 343.77 0.96 0.68
Hex FC 5D 88 0 3F 2E 1 158 60 44
Octal 374 135 210 0 77 56 1 530 140 104
Binary 11111100 1011101 10001000 0 111111 101110 1 101011000 1100000 1000100

Color Harmonies of #FC5D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D88

Black with #FC5D88

Text Example


Text Example

White with #FC5D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D88; }

 p { color: rgb(252,93,136); }

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

background-color css

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

 a { background-color: rgb(252,93,136); }

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

border-color css

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

 span { border-color: rgb(252,93,136); }

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