Html Css Color HEX #FC5C8D Brink Pink

📋 copy color: '#FC5C8D'

red 252 ◦ green 92 ◦ blue 141

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

Shades of Brink Pink #FC5C8D

Tints of Brink Pink #FC5C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

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

R = 51.96%
G = 18.97%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC5C8D (or 0xFC5C8D) is known color: Brink Pink. HEX triplet: FC, 5C and 8D. RGB value is (252,92,141). Sum of RGB (Red+Green+Blue) = 252+92+141=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C8D is #03A372. Grayscale: #919191. Windows color (decimal): -238451 or 9264380. OLE color: 9264380.

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

Color convert

RGB 252 92 141 -
CMYK 0 0.63 0.44 0.01
HSL 341.63º 0.96% 0.67% -
HSV(B) 341.63º 0.63% 0.99% -
XYZ 48.78 30.27 28.47 -
YUV 145.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 252 92 141 0 0.63 0.44 0.01 341.63 0.96 0.67
Hex FC 5C 8D 0 3F 2C 1 156 60 43
Octal 374 134 215 0 77 54 1 526 140 103
Binary 11111100 1011100 10001101 0 111111 101100 1 101010110 1100000 1000011

Color Harmonies of #FC5C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C8D

Black with #FC5C8D

Text Example


Text Example

White with #FC5C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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