Html Css Color HEX #FE7282 Brink Pink

📋 copy color: '#FE7282'

red 254 ◦ green 114 ◦ blue 130

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

Shades of Brink Pink #FE7282

Tints of Brink Pink #FE7282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.89%

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

R = 51%
G = 22.89%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE7282 (or 0xFE7282) is known color: Brink Pink. HEX triplet: FE, 72 and 82. RGB value is (254,114,130). Sum of RGB (Red+Green+Blue) = 254+114+130=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7282 is #018D7D. Grayscale: #9D9D9D. Windows color (decimal): -101758 or 8549118. OLE color: 8549118.

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

Color convert

RGB 254 114 130 -
CMYK 0 0.55 0.49 0.00
HSL 353.14º 0.99% 0.72% -
HSV(B) 353.14º 0.55% 1% -
XYZ 50.92 34.72 25.14 -
YUV 157.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 254 114 130 0 0.55 0.49 0.00 353.14 0.99 0.72
Hex FE 72 82 0 37 31 0 161 63 48
Octal 376 162 202 0 67 61 0 541 143 110
Binary 11111110 1110010 10000010 0 110111 110001 0 101100001 1100011 1001000

Color Harmonies of #FE7282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7282

Black with #FE7282

Text Example


Text Example

White with #FE7282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7282; }

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

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

background-color css

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

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

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

border-color css

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

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

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