Html Css Color HEX #FE5A88 Brink Pink

📋 copy color: '#FE5A88'

red 254 ◦ green 90 ◦ blue 136

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

Shades of Brink Pink #FE5A88

Tints of Brink Pink #FE5A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 52.92%
G = 18.75%
B = 28.33%

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

#FE5A88 (or 0xFE5A88) is known color: Brink Pink. HEX triplet: FE, 5A and 88. RGB value is (254,90,136). Sum of RGB (Red+Green+Blue) = 254+90+136=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5A88 is #01A577. Grayscale: #909090. Windows color (decimal): -107896 or 8936190. OLE color: 8936190.

HSL color Cylindrical-coordinate representation of color #FE5A88: hue angle of 343.17º 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 #FE5A88 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 90 136 -
CMYK 0 0.65 0.46 0.00
HSL 343.17º 0.99% 0.67% -
HSV(B) 343.17º 0.65% 1% -
XYZ 48.97 30.16 26.53 -
YUV 144.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 254 90 136 0 0.65 0.46 0.00 343.17 0.99 0.67
Hex FE 5A 88 0 41 2E 0 157 63 43
Octal 376 132 210 0 101 56 0 527 143 103
Binary 11111110 1011010 10001000 0 1000001 101110 0 101010111 1100011 1000011

Color Harmonies of #FE5A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A88

Black with #FE5A88

Text Example


Text Example

White with #FE5A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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