Html Css Color HEX #FE5D82 Brink Pink

📋 copy color: '#FE5D82'

red 254 ◦ green 93 ◦ blue 130

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

Shades of Brink Pink #FE5D82

Tints of Brink Pink #FE5D82

RGB

 RED value IS 254 (99.61% from 255) = 53.25%

 GREEN value IS 93 (36.72% from 255) = 19.5%

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

R = 53.25%
G = 19.5%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE5D82 (or 0xFE5D82) is known color: Brink Pink. HEX triplet: FE, 5D and 82. RGB value is (254,93,130). Sum of RGB (Red+Green+Blue) = 254+93+130=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D82 is #01A27D. Grayscale: #919191. Windows color (decimal): -107134 or 8543742. OLE color: 8543742.

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

Color convert

RGB 254 93 130 -
CMYK 0 0.63 0.49 0.00
HSL 346.21º 0.99% 0.68% -
HSV(B) 346.21º 0.63% 1% -
XYZ 48.82 30.51 24.44 -
YUV 145.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 254 93 130 0 0.63 0.49 0.00 346.21 0.99 0.68
Hex FE 5D 82 0 3F 31 0 15A 63 44
Octal 376 135 202 0 77 61 0 532 143 104
Binary 11111110 1011101 10000010 0 111111 110001 0 101011010 1100011 1000100

Color Harmonies of #FE5D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D82

Black with #FE5D82

Text Example


Text Example

White with #FE5D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D82; }

 p { color: rgb(254,93,130); }

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

background-color css

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

 a { background-color: rgb(254,93,130); }

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

border-color css

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

 span { border-color: rgb(254,93,130); }

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