Html Css Color HEX #FE5EBE Hot Pink

📋 copy color: '#FE5EBE'

red 254 ◦ green 94 ◦ blue 190

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

Shades of Hot Pink #FE5EBE

Tints of Hot Pink #FE5EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 47.21%
G = 17.47%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE5EBE (or 0xFE5EBE) is known color: Hot Pink. HEX triplet: FE, 5E and BE. RGB value is (254,94,190). Sum of RGB (Red+Green+Blue) = 254+94+190=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5EBE is #01A141. Grayscale: #989898. Windows color (decimal): -106818 or 12476158. OLE color: 12476158.

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

Color convert

RGB 254 94 190 -
CMYK 0 0.63 0.25 0.00
HSL 324º 0.99% 0.68% -
HSV(B) 324º 0.63% 1% -
XYZ 54.17 32.79 52.19 -
YUV 152.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 254 94 190 0 0.63 0.25 0.00 324 0.99 0.68
Hex FE 5E BE 0 3F 19 0 144 63 44
Octal 376 136 276 0 77 31 0 504 143 104
Binary 11111110 1011110 10111110 0 111111 11001 0 101000100 1100011 1000100

Color Harmonies of #FE5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5EBE

Black with #FE5EBE

Text Example


Text Example

White with #FE5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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