Html Css Color HEX #FD5E82 Brink Pink

📋 copy color: '#FD5E82'

red 253 ◦ green 94 ◦ blue 130

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

Shades of Brink Pink #FD5E82

Tints of Brink Pink #FD5E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.71%

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

R = 53.04%
G = 19.71%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD5E82 (or 0xFD5E82) is known color: Brink Pink. HEX triplet: FD, 5E and 82. RGB value is (253,94,130). Sum of RGB (Red+Green+Blue) = 253+94+130=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5E82 is #02A17D. Grayscale: #919191. Windows color (decimal): -172414 or 8543997. OLE color: 8543997.

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

Color convert

RGB 253 94 130 -
CMYK 0 0.63 0.49 0.01
HSL 346.42º 0.98% 0.68% -
HSV(B) 346.42º 0.63% 0.99% -
XYZ 48.54 30.5 24.45 -
YUV 145.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 253 94 130 0 0.63 0.49 0.01 346.42 0.98 0.68
Hex FD 5E 82 0 3F 31 1 15A 62 44
Octal 375 136 202 0 77 61 1 532 142 104
Binary 11111101 1011110 10000010 0 111111 110001 1 101011010 1100010 1000100

Color Harmonies of #FD5E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E82

Black with #FD5E82

Text Example


Text Example

White with #FD5E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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