Html Css Color HEX #FF7382 Brink Pink

📋 copy color: '#FF7382'

red 255 ◦ green 115 ◦ blue 130

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

Shades of Brink Pink #FF7382

Tints of Brink Pink #FF7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

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

R = 51%
G = 23%
B = 26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7382 (or 0xFF7382) is known color: Brink Pink. HEX triplet: FF, 73 and 82. RGB value is (255,115,130). Sum of RGB (Red+Green+Blue) = 255+115+130=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7382 is #008C7D. Grayscale: #9E9E9E. Windows color (decimal): -35966 or 8549375. OLE color: 8549375.

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

Color convert

RGB 255 115 130 -
CMYK 0 0.55 0.49 0
HSL 353.57º 1% 0.73% -
HSV(B) 353.57º 0.55% 1% -
XYZ 51.4 35.13 25.19 -
YUV 158.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 255 115 130 0 0.55 0.49 0 353.57 1 0.73
Hex FF 73 82 0 37 31 0 162 64 49
Octal 377 163 202 0 67 61 0 542 144 111
Binary 11111111 1110011 10000010 0 110111 110001 0 101100010 1100100 1001001

Color Harmonies of #FF7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7382

Black with #FF7382

Text Example


Text Example

White with #FF7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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