Html Css Color HEX #FA0DAC Spicy Pink

📋 copy color: '#FA0DAC'

red 250 ◦ green 13 ◦ blue 172

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

Shades of Spicy Pink #FA0DAC

Tints of Spicy Pink #FA0DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.99%

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

R = 57.47%
G = 2.99%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA0DAC (or 0xFA0DAC) is known color: Spicy Pink. HEX triplet: FA, 0D and AC. RGB value is (250,13,172). Sum of RGB (Red+Green+Blue) = 250+13+172=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0DAC is #05F253. Grayscale: #656565. Windows color (decimal): -389716 or 11275770. OLE color: 11275770.

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

Color convert

RGB 250 13 172 -
CMYK 0 0.95 0.31 0.02
HSL 319.75º 0.96% 0.52% -
HSV(B) 319.75º 0.95% 0.98% -
XYZ 47.01 23.59 41.11 -
YUV 101.99 167.52 233.57 -
System Red Green Blue C M Y K H S L
Decimal 250 13 172 0 0.95 0.31 0.02 319.75 0.96 0.52
Hex FA D AC 0 5F 1F 2 140 60 34
Octal 372 15 254 0 137 37 2 500 140 64
Binary 11111010 1101 10101100 0 1011111 11111 10 101000000 1100000 110100

Color Harmonies of #FA0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DAC

Black with #FA0DAC

Text Example


Text Example

White with #FA0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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