Html Css Color HEX #FA0EAA Spicy Pink

📋 copy color: '#FA0EAA'

red 250 ◦ green 14 ◦ blue 170

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

Shades of Spicy Pink #FA0EAA

Tints of Spicy Pink #FA0EAA

RGB

 RED value IS 250 (98.05% from 255) = 57.6%

 GREEN value IS 14 (5.86% from 255) = 3.23%

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 57.6%
G = 3.23%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA0EAA (or 0xFA0EAA) is known color: Spicy Pink. HEX triplet: FA, 0E and AA. RGB value is (250,14,170). Sum of RGB (Red+Green+Blue) = 250+14+170=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0EAA is #05F155. Grayscale: #656565. Windows color (decimal): -389462 or 11144954. OLE color: 11144954.

HSL color Cylindrical-coordinate representation of color #FA0EAA: hue angle of 320.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EAA is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 14 170 -
CMYK 0 0.94 0.32 0.02
HSL 320.34º 0.96% 0.52% -
HSV(B) 320.34º 0.94% 0.98% -
XYZ 46.84 23.54 40.11 -
YUV 102.35 166.19 233.32 -
System Red Green Blue C M Y K H S L
Decimal 250 14 170 0 0.94 0.32 0.02 320.34 0.96 0.52
Hex FA E AA 0 5E 20 2 140 60 34
Octal 372 16 252 0 136 40 2 500 140 64
Binary 11111010 1110 10101010 0 1011110 100000 10 101000000 1100000 110100

Color Harmonies of #FA0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0EAA

Black with #FA0EAA

Text Example


Text Example

White with #FA0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0EAA; }

 p { color: rgb(250,14,170); }

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

background-color css

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

 a { background-color: rgb(250,14,170); }

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

border-color css

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

 span { border-color: rgb(250,14,170); }

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