Html Css Color HEX #FD5482 Brink Pink

📋 copy color: '#FD5482'

red 253 ◦ green 84 ◦ blue 130

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

Shades of Brink Pink #FD5482

Tints of Brink Pink #FD5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.99%

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

R = 54.18%
G = 17.99%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD5482 (or 0xFD5482) is known color: Brink Pink. HEX triplet: FD, 54 and 82. RGB value is (253,84,130). Sum of RGB (Red+Green+Blue) = 253+84+130=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5482 is #02AB7D. Grayscale: #8B8B8B. Windows color (decimal): -174974 or 8541437. OLE color: 8541437.

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

Color convert

RGB 253 84 130 -
CMYK 0 0.67 0.49 0.01
HSL 343.67º 0.98% 0.66% -
HSV(B) 343.67º 0.67% 0.99% -
XYZ 47.71 28.84 24.17 -
YUV 139.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 253 84 130 0 0.67 0.49 0.01 343.67 0.98 0.66
Hex FD 54 82 0 43 31 1 158 62 42
Octal 375 124 202 0 103 61 1 530 142 102
Binary 11111101 1010100 10000010 0 1000011 110001 1 101011000 1100010 1000010

Color Harmonies of #FD5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5482

Black with #FD5482

Text Example


Text Example

White with #FD5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5482; }

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

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

background-color css

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

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

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

border-color css

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

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

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