Html Css Color HEX #FE5E88 Brink Pink

📋 copy color: '#FE5E88'

red 254 ◦ green 94 ◦ blue 136

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

Shades of Brink Pink #FE5E88

Tints of Brink Pink #FE5E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.42%

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

R = 52.48%
G = 19.42%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE5E88 (or 0xFE5E88) is known color: Brink Pink. HEX triplet: FE, 5E and 88. RGB value is (254,94,136). Sum of RGB (Red+Green+Blue) = 254+94+136=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5E88 is #01A177. Grayscale: #929292. Windows color (decimal): -106872 or 8937214. OLE color: 8937214.

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

Color convert

RGB 254 94 136 -
CMYK 0 0.63 0.46 0.00
HSL 344.25º 0.99% 0.68% -
HSV(B) 344.25º 0.63% 1% -
XYZ 49.32 30.85 26.65 -
YUV 146.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 254 94 136 0 0.63 0.46 0.00 344.25 0.99 0.68
Hex FE 5E 88 0 3F 2E 0 158 63 44
Octal 376 136 210 0 77 56 0 530 143 104
Binary 11111110 1011110 10001000 0 111111 101110 0 101011000 1100011 1000100

Color Harmonies of #FE5E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E88

Black with #FE5E88

Text Example


Text Example

White with #FE5E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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