Html Css Color HEX #FE7782 Brink Pink

📋 copy color: '#FE7782'

red 254 ◦ green 119 ◦ blue 130

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

Shades of Brink Pink #FE7782

Tints of Brink Pink #FE7782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.66%

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

R = 50.5%
G = 23.66%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE7782 (or 0xFE7782) is known color: Brink Pink. HEX triplet: FE, 77 and 82. RGB value is (254,119,130). Sum of RGB (Red+Green+Blue) = 254+119+130=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7782 is #01887D. Grayscale: #A0A0A0. Windows color (decimal): -100478 or 8550398. OLE color: 8550398.

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

Color convert

RGB 254 119 130 -
CMYK 0 0.53 0.49 0.00
HSL 355.11º 0.99% 0.73% -
HSV(B) 355.11º 0.53% 1% -
XYZ 51.5 35.88 25.33 -
YUV 160.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 254 119 130 0 0.53 0.49 0.00 355.11 0.99 0.73
Hex FE 77 82 0 35 31 0 163 63 49
Octal 376 167 202 0 65 61 0 543 143 111
Binary 11111110 1110111 10000010 0 110101 110001 0 101100011 1100011 1001001

Color Harmonies of #FE7782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7782

Black with #FE7782

Text Example


Text Example

White with #FE7782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7782; }

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

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

background-color css

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

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

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

border-color css

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

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

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