Html Css Color HEX #FD7582 Brink Pink

📋 copy color: '#FD7582'

red 253 ◦ green 117 ◦ blue 130

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

Shades of Brink Pink #FD7582

Tints of Brink Pink #FD7582

RGB

 RED value IS 253 (99.22% from 255) = 50.6%

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

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

R = 50.6%
G = 23.4%
B = 26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD7582 (or 0xFD7582) is known color: Brink Pink. HEX triplet: FD, 75 and 82. RGB value is (253,117,130). Sum of RGB (Red+Green+Blue) = 253+117+130=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7582 is #028A7D. Grayscale: #9F9F9F. Windows color (decimal): -166526 or 8549885. OLE color: 8549885.

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

Color convert

RGB 253 117 130 -
CMYK 0 0.54 0.49 0.01
HSL 354.26º 0.97% 0.73% -
HSV(B) 354.26º 0.54% 0.99% -
XYZ 50.9 35.22 25.23 -
YUV 159.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 253 117 130 0 0.54 0.49 0.01 354.26 0.97 0.73
Hex FD 75 82 0 36 31 1 162 61 49
Octal 375 165 202 0 66 61 1 542 141 111
Binary 11111101 1110101 10000010 0 110110 110001 1 101100010 1100001 1001001

Color Harmonies of #FD7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7582

Black with #FD7582

Text Example


Text Example

White with #FD7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7582; }

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

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

background-color css

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

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

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

border-color css

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

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

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