Html Css Color HEX #FA15B5 Spicy Pink

📋 copy color: '#FA15B5'

red 250 ◦ green 21 ◦ blue 181

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

Shades of Spicy Pink #FA15B5

Tints of Spicy Pink #FA15B5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.65%

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

R = 55.31%
G = 4.65%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA15B5 (or 0xFA15B5) is known color: Spicy Pink. HEX triplet: FA, 15 and B5. RGB value is (250,21,181). Sum of RGB (Red+Green+Blue) = 250+21+181=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15B5 is #05EA4A. Grayscale: #6B6B6B. Windows color (decimal): -387659 or 11867642. OLE color: 11867642.

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

Color convert

RGB 250 21 181 -
CMYK 0 0.92 0.28 0.02
HSL 318.08º 0.96% 0.53% -
HSV(B) 318.08º 0.92% 0.98% -
XYZ 48.03 24.2 45.85 -
YUV 107.71 169.37 229.49 -
System Red Green Blue C M Y K H S L
Decimal 250 21 181 0 0.92 0.28 0.02 318.08 0.96 0.53
Hex FA 15 B5 0 5C 1C 2 13E 60 35
Octal 372 25 265 0 134 34 2 476 140 65
Binary 11111010 10101 10110101 0 1011100 11100 10 100111110 1100000 110101

Color Harmonies of #FA15B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA15B5

Black with #FA15B5

Text Example


Text Example

White with #FA15B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA15B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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