Html Css Color HEX #FE10A8 Spicy Pink

📋 copy color: '#FE10A8'

red 254 ◦ green 16 ◦ blue 168

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

Shades of Spicy Pink #FE10A8

Tints of Spicy Pink #FE10A8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.65%

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

R = 57.99%
G = 3.65%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE10A8 (or 0xFE10A8) is known color: Spicy Pink. HEX triplet: FE, 10 and A8. RGB value is (254,16,168). Sum of RGB (Red+Green+Blue) = 254+16+168=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE10A8 is #01EF57. Grayscale: #686868. Windows color (decimal): -126808 or 11014398. OLE color: 11014398.

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

Color convert

RGB 254 16 168 -
CMYK 0 0.94 0.34 0.00
HSL 321.68º 0.99% 0.53% -
HSV(B) 321.68º 0.94% 1% -
XYZ 48.13 24.27 39.19 -
YUV 104.49 163.85 234.64 -
System Red Green Blue C M Y K H S L
Decimal 254 16 168 0 0.94 0.34 0.00 321.68 0.99 0.53
Hex FE 10 A8 0 5E 22 0 142 63 35
Octal 376 20 250 0 136 42 0 502 143 65
Binary 11111110 10000 10101000 0 1011110 100010 0 101000010 1100011 110101

Color Harmonies of #FE10A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE10A8

Black with #FE10A8

Text Example


Text Example

White with #FE10A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE10A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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