Html Css Color HEX #FA19B5 Spicy Pink

📋 copy color: '#FA19B5'

red 250 ◦ green 25 ◦ blue 181

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

Shades of Spicy Pink #FA19B5

Tints of Spicy Pink #FA19B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 54.82%
G = 5.48%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA19B5 (or 0xFA19B5) is known color: Spicy Pink. HEX triplet: FA, 19 and B5. RGB value is (250,25,181). Sum of RGB (Red+Green+Blue) = 250+25+181=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19B5 is #05E64A. Grayscale: #6D6D6D. Windows color (decimal): -386635 or 11868666. OLE color: 11868666.

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

Color convert

RGB 250 25 181 -
CMYK 0 0.9 0.28 0.02
HSL 318.4º 0.96% 0.54% -
HSV(B) 318.4º 0.9% 0.98% -
XYZ 48.11 24.36 45.88 -
YUV 110.06 168.04 227.82 -
System Red Green Blue C M Y K H S L
Decimal 250 25 181 0 0.9 0.28 0.02 318.4 0.96 0.54
Hex FA 19 B5 0 5A 1C 2 13E 60 36
Octal 372 31 265 0 132 34 2 476 140 66
Binary 11111010 11001 10110101 0 1011010 11100 10 100111110 1100000 110110

Color Harmonies of #FA19B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19B5

Black with #FA19B5

Text Example


Text Example

White with #FA19B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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