Html Css Color HEX #FF7190 Brink Pink

📋 copy color: '#FF7190'

red 255 ◦ green 113 ◦ blue 144

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

Shades of Brink Pink #FF7190

Tints of Brink Pink #FF7190

RGB

 RED value IS 255 (100% from 255) = 49.8%

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

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

R = 49.8%
G = 22.07%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF7190 (or 0xFF7190) is known color: Brink Pink. HEX triplet: FF, 71 and 90. RGB value is (255,113,144). Sum of RGB (Red+Green+Blue) = 255+113+144=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7190 is #008E6F. Grayscale: #9F9F9F. Windows color (decimal): -36464 or 9466367. OLE color: 9466367.

HSL color Cylindrical-coordinate representation of color #FF7190: hue angle of 346.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7190 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 113 144 -
CMYK 0 0.56 0.44 0
HSL 346.9º 1% 0.72% -
HSV(B) 346.9º 0.56% 1% -
XYZ 52.18 35.08 30.41 -
YUV 158.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 255 113 144 0 0.56 0.44 0 346.9 1 0.72
Hex FF 71 90 0 38 2C 0 15B 64 48
Octal 377 161 220 0 70 54 0 533 144 110
Binary 11111111 1110001 10010000 0 111000 101100 0 101011011 1100100 1001000

Color Harmonies of #FF7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7190

Black with #FF7190

Text Example


Text Example

White with #FF7190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7190; }

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

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

background-color css

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

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

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

border-color css

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

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

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