Html Css Color HEX #FE0FAC Spicy Pink

📋 copy color: '#FE0FAC'

red 254 ◦ green 15 ◦ blue 172

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

Shades of Spicy Pink #FE0FAC

Tints of Spicy Pink #FE0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.4%

 BLUE value IS 172 (67.58% from 255) = 39%

R = 57.6%
G = 3.4%
B = 39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE0FAC (or 0xFE0FAC) is known color: Spicy Pink. HEX triplet: FE, 0F and AC. RGB value is (254,15,172). Sum of RGB (Red+Green+Blue) = 254+15+172=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FAC is #01F053. Grayscale: #676767. Windows color (decimal): -127060 or 11276286. OLE color: 11276286.

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

Color convert

RGB 254 15 172 -
CMYK 0 0.94 0.32 0.00
HSL 320.59º 0.99% 0.53% -
HSV(B) 320.59º 0.94% 1% -
XYZ 48.49 24.39 41.18 -
YUV 104.36 166.18 234.73 -
System Red Green Blue C M Y K H S L
Decimal 254 15 172 0 0.94 0.32 0.00 320.59 0.99 0.53
Hex FE F AC 0 5E 20 0 141 63 35
Octal 376 17 254 0 136 40 0 501 143 65
Binary 11111110 1111 10101100 0 1011110 100000 0 101000001 1100011 110101

Color Harmonies of #FE0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FAC

Black with #FE0FAC

Text Example


Text Example

White with #FE0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FAC; }

 p { color: rgb(254,15,172); }

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

background-color css

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

 a { background-color: rgb(254,15,172); }

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

border-color css

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

 span { border-color: rgb(254,15,172); }

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