Html Css Color HEX #FE66A8 Hot Pink

📋 copy color: '#FE66A8'

red 254 ◦ green 102 ◦ blue 168

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

Shades of Hot Pink #FE66A8

Tints of Hot Pink #FE66A8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.47%

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

R = 48.47%
G = 19.47%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE66A8 (or 0xFE66A8) is known color: Hot Pink. HEX triplet: FE, 66 and A8. RGB value is (254,102,168). Sum of RGB (Red+Green+Blue) = 254+102+168=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE66A8 is #019957. Grayscale: #9A9A9A. Windows color (decimal): -104792 or 11036414. OLE color: 11036414.

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

Color convert

RGB 254 102 168 -
CMYK 0 0.60 0.34 0.00
HSL 333.95º 0.99% 0.7% -
HSV(B) 333.95º 0.6% 1% -
XYZ 52.69 33.4 40.72 -
YUV 154.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 254 102 168 0 0.60 0.34 0.00 333.95 0.99 0.7
Hex FE 66 A8 0 3C 22 0 14E 63 46
Octal 376 146 250 0 74 42 0 516 143 106
Binary 11111110 1100110 10101000 0 111100 100010 0 101001110 1100011 1000110

Color Harmonies of #FE66A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE66A8

Black with #FE66A8

Text Example


Text Example

White with #FE66A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE66A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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