Html Css Color HEX #FA0DAB Spicy Pink

📋 copy color: '#FA0DAB'

red 250 ◦ green 13 ◦ blue 171

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

Shades of Spicy Pink #FA0DAB

Tints of Spicy Pink #FA0DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 57.6%
G = 3%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA0DAB (or 0xFA0DAB) is known color: Spicy Pink. HEX triplet: FA, 0D and AB. RGB value is (250,13,171). Sum of RGB (Red+Green+Blue) = 250+13+171=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0DAB is #05F254. Grayscale: #656565. Windows color (decimal): -389717 or 11210234. OLE color: 11210234.

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

Color convert

RGB 250 13 171 -
CMYK 0 0.95 0.32 0.02
HSL 320º 0.96% 0.52% -
HSV(B) 320º 0.95% 0.98% -
XYZ 46.92 23.55 40.6 -
YUV 101.88 167.02 233.65 -
System Red Green Blue C M Y K H S L
Decimal 250 13 171 0 0.95 0.32 0.02 320 0.96 0.52
Hex FA D AB 0 5F 20 2 140 60 34
Octal 372 15 253 0 137 40 2 500 140 64
Binary 11111010 1101 10101011 0 1011111 100000 10 101000000 1100000 110100

Color Harmonies of #FA0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DAB

Black with #FA0DAB

Text Example


Text Example

White with #FA0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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