Html Css Color HEX #FC7187 Brink Pink

📋 copy color: '#FC7187'

red 252 ◦ green 113 ◦ blue 135

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

Shades of Brink Pink #FC7187

Tints of Brink Pink #FC7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.6%

 BLUE value IS 135 (53.13% from 255) = 27%

R = 50.4%
G = 22.6%
B = 27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC7187 (or 0xFC7187) is known color: Brink Pink. HEX triplet: FC, 71 and 87. RGB value is (252,113,135). Sum of RGB (Red+Green+Blue) = 252+113+135=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7187 is #038E78. Grayscale: #9D9D9D. Windows color (decimal): -233081 or 8876540. OLE color: 8876540.

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

Color convert

RGB 252 113 135 -
CMYK 0 0.55 0.46 0.01
HSL 350.5º 0.96% 0.72% -
HSV(B) 350.5º 0.55% 0.99% -
XYZ 50.42 34.25 26.88 -
YUV 157.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 252 113 135 0 0.55 0.46 0.01 350.5 0.96 0.72
Hex FC 71 87 0 37 2E 1 15F 60 48
Octal 374 161 207 0 67 56 1 537 140 110
Binary 11111100 1110001 10000111 0 110111 101110 1 101011111 1100000 1001000

Color Harmonies of #FC7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7187

Black with #FC7187

Text Example


Text Example

White with #FC7187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7187; }

 p { color: rgb(252,113,135); }

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

background-color css

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

 a { background-color: rgb(252,113,135); }

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

border-color css

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

 span { border-color: rgb(252,113,135); }

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