Html Css Color HEX #FC5D8F Brink Pink

📋 copy color: '#FC5D8F'

red 252 ◦ green 93 ◦ blue 143

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

Shades of Brink Pink #FC5D8F

Tints of Brink Pink #FC5D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 51.64%
G = 19.06%
B = 29.3%

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

#FC5D8F (or 0xFC5D8F) is known color: Brink Pink. HEX triplet: FC, 5D and 8F. RGB value is (252,93,143). Sum of RGB (Red+Green+Blue) = 252+93+143=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D8F is #03A270. Grayscale: #929292. Windows color (decimal): -238193 or 9395708. OLE color: 9395708.

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

Color convert

RGB 252 93 143 -
CMYK 0 0.63 0.43 0.01
HSL 341.13º 0.96% 0.68% -
HSV(B) 341.13º 0.63% 0.99% -
XYZ 49.02 30.51 29.29 -
YUV 146.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 252 93 143 0 0.63 0.43 0.01 341.13 0.96 0.68
Hex FC 5D 8F 0 3F 2B 1 155 60 44
Octal 374 135 217 0 77 53 1 525 140 104
Binary 11111100 1011101 10001111 0 111111 101011 1 101010101 1100000 1000100

Color Harmonies of #FC5D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D8F

Black with #FC5D8F

Text Example


Text Example

White with #FC5D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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