Html Css Color HEX #FA0FAC Spicy Pink

📋 copy color: '#FA0FAC'

red 250 ◦ green 15 ◦ blue 172

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

Shades of Spicy Pink #FA0FAC

Tints of Spicy Pink #FA0FAC

RGB

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

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

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

R = 57.21%
G = 3.43%
B = 39.36%

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

#FA0FAC (or 0xFA0FAC) is known color: Spicy Pink. HEX triplet: FA, 0F and AC. RGB value is (250,15,172). Sum of RGB (Red+Green+Blue) = 250+15+172=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0FAC is #05F053. Grayscale: #666666. Windows color (decimal): -389204 or 11276282. OLE color: 11276282.

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

Color convert

RGB 250 15 172 -
CMYK 0 0.94 0.31 0.02
HSL 319.91º 0.96% 0.52% -
HSV(B) 319.91º 0.94% 0.98% -
XYZ 47.04 23.64 41.11 -
YUV 103.16 166.86 232.73 -
System Red Green Blue C M Y K H S L
Decimal 250 15 172 0 0.94 0.31 0.02 319.91 0.96 0.52
Hex FA F AC 0 5E 1F 2 140 60 34
Octal 372 17 254 0 136 37 2 500 140 64
Binary 11111010 1111 10101100 0 1011110 11111 10 101000000 1100000 110100

Color Harmonies of #FA0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FAC

Black with #FA0FAC

Text Example


Text Example

White with #FA0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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