Html Css Color HEX #FF7182 Brink Pink

📋 copy color: '#FF7182'

red 255 ◦ green 113 ◦ blue 130

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

Shades of Brink Pink #FF7182

Tints of Brink Pink #FF7182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 51.2%
G = 22.69%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7182 (or 0xFF7182) is known color: Brink Pink. HEX triplet: FF, 71 and 82. RGB value is (255,113,130). Sum of RGB (Red+Green+Blue) = 255+113+130=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7182 is #008E7D. Grayscale: #9D9D9D. Windows color (decimal): -36478 or 8548863. OLE color: 8548863.

HSL color Cylindrical-coordinate representation of color #FF7182: hue angle of 352.82º 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 #FF7182 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 113 130 -
CMYK 0 0.56 0.49 0
HSL 352.82º 1% 0.72% -
HSV(B) 352.82º 0.56% 1% -
XYZ 51.17 34.68 25.12 -
YUV 157.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 255 113 130 0 0.56 0.49 0 352.82 1 0.72
Hex FF 71 82 0 38 31 0 161 64 48
Octal 377 161 202 0 70 61 0 541 144 110
Binary 11111111 1110001 10000010 0 111000 110001 0 101100001 1100100 1001000

Color Harmonies of #FF7182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7182

Black with #FF7182

Text Example


Text Example

White with #FF7182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7182; }

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

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

background-color css

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

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

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

border-color css

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

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

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