Html Css Color HEX #FE10B0 Spicy Pink

📋 copy color: '#FE10B0'

red 254 ◦ green 16 ◦ blue 176

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

Shades of Spicy Pink #FE10B0

Tints of Spicy Pink #FE10B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.46%

R = 56.95%
G = 3.59%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE10B0 (or 0xFE10B0) is known color: Spicy Pink. HEX triplet: FE, 10 and B0. RGB value is (254,16,176). Sum of RGB (Red+Green+Blue) = 254+16+176=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE10B0 is #01EF4F. Grayscale: #696969. Windows color (decimal): -126800 or 11538686. OLE color: 11538686.

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

Color convert

RGB 254 16 176 -
CMYK 0 0.94 0.31 0.00
HSL 319.66º 0.99% 0.53% -
HSV(B) 319.66º 0.94% 1% -
XYZ 48.89 24.58 43.24 -
YUV 105.4 167.85 233.99 -
System Red Green Blue C M Y K H S L
Decimal 254 16 176 0 0.94 0.31 0.00 319.66 0.99 0.53
Hex FE 10 B0 0 5E 1F 0 140 63 35
Octal 376 20 260 0 136 37 0 500 143 65
Binary 11111110 10000 10110000 0 1011110 11111 0 101000000 1100011 110101

Color Harmonies of #FE10B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE10B0

Black with #FE10B0

Text Example


Text Example

White with #FE10B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE10B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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