Html Css Color HEX #FC5D90 Brink Pink

📋 copy color: '#FC5D90'

red 252 ◦ green 93 ◦ blue 144

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

Shades of Brink Pink #FC5D90

Tints of Brink Pink #FC5D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 51.53%
G = 19.02%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC5D90 (or 0xFC5D90) is known color: Brink Pink. HEX triplet: FC, 5D and 90. RGB value is (252,93,144). Sum of RGB (Red+Green+Blue) = 252+93+144=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D90 is #03A26F. Grayscale: #929292. Windows color (decimal): -238192 or 9461244. OLE color: 9461244.

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

Color convert

RGB 252 93 144 -
CMYK 0 0.63 0.43 0.01
HSL 340.75º 0.96% 0.68% -
HSV(B) 340.75º 0.63% 0.99% -
XYZ 49.09 30.54 29.69 -
YUV 146.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 252 93 144 0 0.63 0.43 0.01 340.75 0.96 0.68
Hex FC 5D 90 0 3F 2B 1 155 60 44
Octal 374 135 220 0 77 53 1 525 140 104
Binary 11111100 1011101 10010000 0 111111 101011 1 101010101 1100000 1000100

Color Harmonies of #FC5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D90

Black with #FC5D90

Text Example


Text Example

White with #FC5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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