Html Css Color HEX #FE64A8 Hot Pink

📋 copy color: '#FE64A8'

red 254 ◦ green 100 ◦ blue 168

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

Shades of Hot Pink #FE64A8

Tints of Hot Pink #FE64A8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.16%

 BLUE value IS 168 (66.02% from 255) = 32.18%

R = 48.66%
G = 19.16%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE64A8 (or 0xFE64A8) is known color: Hot Pink. HEX triplet: FE, 64 and A8. RGB value is (254,100,168). Sum of RGB (Red+Green+Blue) = 254+100+168=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64A8 is #019B57. Grayscale: #999999. Windows color (decimal): -105304 or 11035902. OLE color: 11035902.

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

Color convert

RGB 254 100 168 -
CMYK 0 0.61 0.34 0.00
HSL 333.51º 0.99% 0.69% -
HSV(B) 333.51º 0.61% 1% -
XYZ 52.5 33.01 40.65 -
YUV 153.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 254 100 168 0 0.61 0.34 0.00 333.51 0.99 0.69
Hex FE 64 A8 0 3D 22 0 14E 63 45
Octal 376 144 250 0 75 42 0 516 143 105
Binary 11111110 1100100 10101000 0 111101 100010 0 101001110 1100011 1000101

Color Harmonies of #FE64A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64A8

Black with #FE64A8

Text Example


Text Example

White with #FE64A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64A8; }

 p { color: rgb(254,100,168); }

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

background-color css

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

 a { background-color: rgb(254,100,168); }

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

border-color css

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

 span { border-color: rgb(254,100,168); }

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