Html Css Color HEX #FA19AF Spicy Pink

📋 copy color: '#FA19AF'

red 250 ◦ green 25 ◦ blue 175

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

Shades of Spicy Pink #FA19AF

Tints of Spicy Pink #FA19AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.56%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 55.56%
G = 5.56%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA19AF (or 0xFA19AF) is known color: Spicy Pink. HEX triplet: FA, 19 and AF. RGB value is (250,25,175). Sum of RGB (Red+Green+Blue) = 250+25+175=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA19AF is #05E650. Grayscale: #6D6D6D. Windows color (decimal): -386641 or 11475450. OLE color: 11475450.

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

Color convert

RGB 250 25 175 -
CMYK 0 0.9 0.3 0.02
HSL 320º 0.96% 0.54% -
HSV(B) 320º 0.9% 0.98% -
XYZ 47.51 24.11 42.71 -
YUV 109.38 165.04 228.3 -
System Red Green Blue C M Y K H S L
Decimal 250 25 175 0 0.9 0.3 0.02 320 0.96 0.54
Hex FA 19 AF 0 5A 1E 2 140 60 36
Octal 372 31 257 0 132 36 2 500 140 66
Binary 11111010 11001 10101111 0 1011010 11110 10 101000000 1100000 110110

Color Harmonies of #FA19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19AF

Black with #FA19AF

Text Example


Text Example

White with #FA19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19AF; }

 p { color: rgb(250,25,175); }

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

background-color css

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

 a { background-color: rgb(250,25,175); }

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

border-color css

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

 span { border-color: rgb(250,25,175); }

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