Html Css Color HEX #FC7184 Brink Pink

📋 copy color: '#FC7184'

red 252 ◦ green 113 ◦ blue 132

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

Shades of Brink Pink #FC7184

Tints of Brink Pink #FC7184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.56%

R = 50.7%
G = 22.74%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC7184 (or 0xFC7184) is known color: Brink Pink. HEX triplet: FC, 71 and 84. RGB value is (252,113,132). Sum of RGB (Red+Green+Blue) = 252+113+132=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7184 is #038E7B. Grayscale: #9C9C9C. Windows color (decimal): -233084 or 8679932. OLE color: 8679932.

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

Color convert

RGB 252 113 132 -
CMYK 0 0.55 0.48 0.01
HSL 351.8º 0.96% 0.72% -
HSV(B) 351.8º 0.55% 0.99% -
XYZ 50.21 34.17 25.78 -
YUV 156.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 252 113 132 0 0.55 0.48 0.01 351.8 0.96 0.72
Hex FC 71 84 0 37 30 1 160 60 48
Octal 374 161 204 0 67 60 1 540 140 110
Binary 11111100 1110001 10000100 0 110111 110000 1 101100000 1100000 1001000

Color Harmonies of #FC7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7184

Black with #FC7184

Text Example


Text Example

White with #FC7184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7184; }

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

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

background-color css

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

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

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

border-color css

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

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

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