Html Css Color HEX #FC7190 Brink Pink

📋 copy color: '#FC7190'

red 252 ◦ green 113 ◦ blue 144

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

Shades of Brink Pink #FC7190

Tints of Brink Pink #FC7190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 49.51%
G = 22.2%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC7190 (or 0xFC7190) is known color: Brink Pink. HEX triplet: FC, 71 and 90. RGB value is (252,113,144). Sum of RGB (Red+Green+Blue) = 252+113+144=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7190 is #038E6F. Grayscale: #9E9E9E. Windows color (decimal): -233072 or 9466364. OLE color: 9466364.

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

Color convert

RGB 252 113 144 -
CMYK 0 0.55 0.43 0.01
HSL 346.62º 0.96% 0.72% -
HSV(B) 346.62º 0.55% 0.99% -
XYZ 51.08 34.52 30.36 -
YUV 158.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 252 113 144 0 0.55 0.43 0.01 346.62 0.96 0.72
Hex FC 71 90 0 37 2B 1 15B 60 48
Octal 374 161 220 0 67 53 1 533 140 110
Binary 11111100 1110001 10010000 0 110111 101011 1 101011011 1100000 1001000

Color Harmonies of #FC7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7190

Black with #FC7190

Text Example


Text Example

White with #FC7190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7190; }

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

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

background-color css

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

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

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

border-color css

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

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

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