Html Css Color HEX #FE5E92 Brink Pink

📋 copy color: '#FE5E92'

red 254 ◦ green 94 ◦ blue 146

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

Shades of Brink Pink #FE5E92

Tints of Brink Pink #FE5E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.55%

R = 51.42%
G = 19.03%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE5E92 (or 0xFE5E92) is known color: Brink Pink. HEX triplet: FE, 5E and 92. RGB value is (254,94,146). Sum of RGB (Red+Green+Blue) = 254+94+146=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5E92 is #01A16D. Grayscale: #939393. Windows color (decimal): -106862 or 9592574. OLE color: 9592574.

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

Color convert

RGB 254 94 146 -
CMYK 0 0.63 0.43 0.00
HSL 340.5º 0.99% 0.68% -
HSV(B) 340.5º 0.63% 1% -
XYZ 50.06 31.15 30.57 -
YUV 147.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 254 94 146 0 0.63 0.43 0.00 340.5 0.99 0.68
Hex FE 5E 92 0 3F 2B 0 154 63 44
Octal 376 136 222 0 77 53 0 524 143 104
Binary 11111110 1011110 10010010 0 111111 101011 0 101010100 1100011 1000100

Color Harmonies of #FE5E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E92

Black with #FE5E92

Text Example


Text Example

White with #FE5E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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