Html Css Color HEX #FE5A8A Brink Pink

📋 copy color: '#FE5A8A'

red 254 ◦ green 90 ◦ blue 138

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

Shades of Brink Pink #FE5A8A

Tints of Brink Pink #FE5A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 52.7%
G = 18.67%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE5A8A (or 0xFE5A8A) is known color: Brink Pink. HEX triplet: FE, 5A and 8A. RGB value is (254,90,138). Sum of RGB (Red+Green+Blue) = 254+90+138=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5A8A is #01A575. Grayscale: #909090. Windows color (decimal): -107894 or 9067262. OLE color: 9067262.

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

Color convert

RGB 254 90 138 -
CMYK 0 0.65 0.46 0.00
HSL 342.44º 0.99% 0.67% -
HSV(B) 342.44º 0.65% 1% -
XYZ 49.12 30.22 27.29 -
YUV 144.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 254 90 138 0 0.65 0.46 0.00 342.44 0.99 0.67
Hex FE 5A 8A 0 41 2E 0 156 63 43
Octal 376 132 212 0 101 56 0 526 143 103
Binary 11111110 1011010 10001010 0 1000001 101110 0 101010110 1100011 1000011

Color Harmonies of #FE5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A8A

Black with #FE5A8A

Text Example


Text Example

White with #FE5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A8A; }

 p { color: rgb(254,90,138); }

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

background-color css

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

 a { background-color: rgb(254,90,138); }

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

border-color css

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

 span { border-color: rgb(254,90,138); }

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