#FE10B3

Color #FE10B3 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FE10B3

Tints of Spicy Pink #FE10B3

Color information

#FE10B3 (or 0xFE10B3) is unknown color: approx Spicy Pink. HEX triplet: FE, 10 and B3. RGB value is (254,16,179). Sum of RGB (Red+Green+Blue) = 254+16+179=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10B3 is #01EF4C. Grayscale: #696969. Windows color (decimal): -126797 or 11735294. OLE color: 11735294.

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

Color convert

RGB25416179-
CMYK00.940.300.00
HSL318.91º99.17%52.94%-
HSV(B)318.91º93.7%99.61%-
XYZ49.224.744.82-
YUV105.74169.35233.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.57%
GREEN value IS 16 (6.64% from 255) = 3.56%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=56.57%
G=3.56%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541617900.940.300.00318.9199.1752.94
HexFE10B305E1E013f6335
Octal37620263013636047714365
Binary111111101000010110011010111101111001001111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE10B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE10B3; }

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

 H1.HeaderClassName
 {
   color: #FE10B3;
 }
 .AnyTagClassName
 {
   color: #FE10B3;
 }
</style>
background-color css

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

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

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

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

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

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