Html Css Color HEX #FE51BE Hot Pink

📋 copy color: '#FE51BE'

red 254 ◦ green 81 ◦ blue 190

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

Shades of Hot Pink #FE51BE

Tints of Hot Pink #FE51BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.43%

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

R = 48.38%
G = 15.43%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE51BE (or 0xFE51BE) is known color: Hot Pink. HEX triplet: FE, 51 and BE. RGB value is (254,81,190). Sum of RGB (Red+Green+Blue) = 254+81+190=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51BE is #01AE41. Grayscale: #909090. Windows color (decimal): -110146 or 12472830. OLE color: 12472830.

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

Color convert

RGB 254 81 190 -
CMYK 0 0.68 0.25 0.00
HSL 322.2º 0.99% 0.66% -
HSV(B) 322.2º 0.68% 1% -
XYZ 53.11 30.67 51.84 -
YUV 145.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 254 81 190 0 0.68 0.25 0.00 322.2 0.99 0.66
Hex FE 51 BE 0 44 19 0 142 63 42
Octal 376 121 276 0 104 31 0 502 143 102
Binary 11111110 1010001 10111110 0 1000100 11001 0 101000010 1100011 1000010

Color Harmonies of #FE51BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE51BE

Black with #FE51BE

Text Example


Text Example

White with #FE51BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE51BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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