Html Css Color HEX #FA0EAC Spicy Pink

📋 copy color: '#FA0EAC'

red 250 ◦ green 14 ◦ blue 172

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

Shades of Spicy Pink #FA0EAC

Tints of Spicy Pink #FA0EAC

RGB

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

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

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

R = 57.34%
G = 3.21%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA0EAC (or 0xFA0EAC) is known color: Spicy Pink. HEX triplet: FA, 0E and AC. RGB value is (250,14,172). Sum of RGB (Red+Green+Blue) = 250+14+172=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0EAC is #05F153. Grayscale: #666666. Windows color (decimal): -389460 or 11276026. OLE color: 11276026.

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

Color convert

RGB 250 14 172 -
CMYK 0 0.94 0.31 0.02
HSL 319.83º 0.96% 0.52% -
HSV(B) 319.83º 0.94% 0.98% -
XYZ 47.03 23.62 41.11 -
YUV 102.58 167.19 233.15 -
System Red Green Blue C M Y K H S L
Decimal 250 14 172 0 0.94 0.31 0.02 319.83 0.96 0.52
Hex FA E AC 0 5E 1F 2 140 60 34
Octal 372 16 254 0 136 37 2 500 140 64
Binary 11111010 1110 10101100 0 1011110 11111 10 101000000 1100000 110100

Color Harmonies of #FA0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0EAC

Black with #FA0EAC

Text Example


Text Example

White with #FA0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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