Html Css Color HEX #FE7D84 Brink Pink

📋 copy color: '#FE7D84'

red 254 ◦ green 125 ◦ blue 132

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

Shades of Brink Pink #FE7D84

Tints of Brink Pink #FE7D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.46%

 BLUE value IS 132 (51.95% from 255) = 25.83%

R = 49.71%
G = 24.46%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7D84 (or 0xFE7D84) is known color: Brink Pink. HEX triplet: FE, 7D and 84. RGB value is (254,125,132). Sum of RGB (Red+Green+Blue) = 254+125+132=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D84 is #01827B. Grayscale: #A4A4A4. Windows color (decimal): -98940 or 8683006. OLE color: 8683006.

HSL color Cylindrical-coordinate representation of color #FE7D84: hue angle of 356.74º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7D84 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 125 132 -
CMYK 0 0.51 0.48 0.00
HSL 356.74º 0.98% 0.74% -
HSV(B) 356.74º 0.51% 1% -
XYZ 52.37 37.4 26.29 -
YUV 164.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 254 125 132 0 0.51 0.48 0.00 356.74 0.98 0.74
Hex FE 7D 84 0 33 30 0 165 62 4A
Octal 376 175 204 0 63 60 0 545 142 112
Binary 11111110 1111101 10000100 0 110011 110000 0 101100101 1100010 1001010

Color Harmonies of #FE7D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D84

Black with #FE7D84

Text Example


Text Example

White with #FE7D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D84; }

 p { color: rgb(254,125,132); }

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

background-color css

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

 a { background-color: rgb(254,125,132); }

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

border-color css

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

 span { border-color: rgb(254,125,132); }

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