Html Css Color HEX #FE5484 Brink Pink

📋 copy color: '#FE5484'

red 254 ◦ green 84 ◦ blue 132

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

Shades of Brink Pink #FE5484

Tints of Brink Pink #FE5484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.87%

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

R = 54.04%
G = 17.87%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE5484 (or 0xFE5484) is known color: Brink Pink. HEX triplet: FE, 54 and 84. RGB value is (254,84,132). Sum of RGB (Red+Green+Blue) = 254+84+132=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5484 is #01AB7B. Grayscale: #8C8C8C. Windows color (decimal): -109436 or 8672510. OLE color: 8672510.

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

Color convert

RGB 254 84 132 -
CMYK 0 0.67 0.48 0.00
HSL 343.06º 0.99% 0.66% -
HSV(B) 343.06º 0.67% 1% -
XYZ 48.21 29.08 24.9 -
YUV 140.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 254 84 132 0 0.67 0.48 0.00 343.06 0.99 0.66
Hex FE 54 84 0 43 30 0 157 63 42
Octal 376 124 204 0 103 60 0 527 143 102
Binary 11111110 1010100 10000100 0 1000011 110000 0 101010111 1100011 1000010

Color Harmonies of #FE5484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5484

Black with #FE5484

Text Example


Text Example

White with #FE5484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5484; }

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

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

background-color css

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

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

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

border-color css

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

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

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