Html Css Color HEX #FF7582 Brink Pink

📋 copy color: '#FF7582'

red 255 ◦ green 117 ◦ blue 130

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

Shades of Brink Pink #FF7582

Tints of Brink Pink #FF7582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.31%

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

R = 50.8%
G = 23.31%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7582 (or 0xFF7582) is known color: Brink Pink. HEX triplet: FF, 75 and 82. RGB value is (255,117,130). Sum of RGB (Red+Green+Blue) = 255+117+130=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7582 is #008A7D. Grayscale: #9F9F9F. Windows color (decimal): -35454 or 8549887. OLE color: 8549887.

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

Color convert

RGB 255 117 130 -
CMYK 0 0.54 0.49 0
HSL 354.35º 1% 0.73% -
HSV(B) 354.35º 0.54% 1% -
XYZ 51.63 35.59 25.27 -
YUV 159.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 255 117 130 0 0.54 0.49 0 354.35 1 0.73
Hex FF 75 82 0 36 31 0 162 64 49
Octal 377 165 202 0 66 61 0 542 144 111
Binary 11111111 1110101 10000010 0 110110 110001 0 101100010 1100100 1001001

Color Harmonies of #FF7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7582

Black with #FF7582

Text Example


Text Example

White with #FF7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7582; }

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

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

background-color css

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

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

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

border-color css

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

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

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