Html Css Color HEX #FC5E85 Brink Pink

📋 copy color: '#FC5E85'

red 252 ◦ green 94 ◦ blue 133

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

Shades of Brink Pink #FC5E85

Tints of Brink Pink #FC5E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.62%

 BLUE value IS 133 (52.34% from 255) = 27.77%

R = 52.61%
G = 19.62%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC5E85 (or 0xFC5E85) is known color: Brink Pink. HEX triplet: FC, 5E and 85. RGB value is (252,94,133). Sum of RGB (Red+Green+Blue) = 252+94+133=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E85 is #03A17A. Grayscale: #919191. Windows color (decimal): -237947 or 8740604. OLE color: 8740604.

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

Color convert

RGB 252 94 133 -
CMYK 0 0.63 0.47 0.01
HSL 345.19º 0.96% 0.68% -
HSV(B) 345.19º 0.63% 0.99% -
XYZ 48.38 30.39 25.51 -
YUV 145.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 252 94 133 0 0.63 0.47 0.01 345.19 0.96 0.68
Hex FC 5E 85 0 3F 2F 1 159 60 44
Octal 374 136 205 0 77 57 1 531 140 104
Binary 11111100 1011110 10000101 0 111111 101111 1 101011001 1100000 1000100

Color Harmonies of #FC5E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E85

Black with #FC5E85

Text Example


Text Example

White with #FC5E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E85; }

 p { color: rgb(252,94,133); }

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

background-color css

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

 a { background-color: rgb(252,94,133); }

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

border-color css

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

 span { border-color: rgb(252,94,133); }

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