Html Css Color HEX #FE11AF Spicy Pink

📋 copy color: '#FE11AF'

red 254 ◦ green 17 ◦ blue 175

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

Shades of Spicy Pink #FE11AF

Tints of Spicy Pink #FE11AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.81%

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 56.95%
G = 3.81%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE11AF (or 0xFE11AF) is known color: Spicy Pink. HEX triplet: FE, 11 and AF. RGB value is (254,17,175). Sum of RGB (Red+Green+Blue) = 254+17+175=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11AF is #01EE50. Grayscale: #696969. Windows color (decimal): -126545 or 11473406. OLE color: 11473406.

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

Color convert

RGB 254 17 175 -
CMYK 0 0.93 0.31 0.00
HSL 320º 0.99% 0.53% -
HSV(B) 320º 0.93% 1% -
XYZ 48.81 24.57 42.73 -
YUV 105.88 167.02 233.65 -
System Red Green Blue C M Y K H S L
Decimal 254 17 175 0 0.93 0.31 0.00 320 0.99 0.53
Hex FE 11 AF 0 5D 1F 0 140 63 35
Octal 376 21 257 0 135 37 0 500 143 65
Binary 11111110 10001 10101111 0 1011101 11111 0 101000000 1100011 110101

Color Harmonies of #FE11AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11AF

Black with #FE11AF

Text Example


Text Example

White with #FE11AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11AF; }

 p { color: rgb(254,17,175); }

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

background-color css

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

 a { background-color: rgb(254,17,175); }

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

border-color css

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

 span { border-color: rgb(254,17,175); }

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