Html Css Color HEX #FE0FA7 Spicy Pink

📋 copy color: '#FE0FA7'

red 254 ◦ green 15 ◦ blue 167

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

Shades of Spicy Pink #FE0FA7

Tints of Spicy Pink #FE0FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.3%

R = 58.26%
G = 3.44%
B = 38.3%

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

#FE0FA7 (or 0xFE0FA7) is known color: Spicy Pink. HEX triplet: FE, 0F and A7. RGB value is (254,15,167). Sum of RGB (Red+Green+Blue) = 254+15+167=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FA7 is #01F058. Grayscale: #676767. Windows color (decimal): -127065 or 10948606. OLE color: 10948606.

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

Color convert

RGB 254 15 167 -
CMYK 0 0.94 0.34 0.00
HSL 321.84º 0.99% 0.53% -
HSV(B) 321.84º 0.94% 1% -
XYZ 48.02 24.2 38.7 -
YUV 103.79 163.68 235.14 -
System Red Green Blue C M Y K H S L
Decimal 254 15 167 0 0.94 0.34 0.00 321.84 0.99 0.53
Hex FE F A7 0 5E 22 0 142 63 35
Octal 376 17 247 0 136 42 0 502 143 65
Binary 11111110 1111 10100111 0 1011110 100010 0 101000010 1100011 110101

Color Harmonies of #FE0FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FA7

Black with #FE0FA7

Text Example


Text Example

White with #FE0FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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