Html Css Color HEX #FA11B0 Spicy Pink

📋 copy color: '#FA11B0'

red 250 ◦ green 17 ◦ blue 176

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

Shades of Spicy Pink #FA11B0

Tints of Spicy Pink #FA11B0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.84%

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 56.43%
G = 3.84%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA11B0 (or 0xFA11B0) is known color: Spicy Pink. HEX triplet: FA, 11 and B0. RGB value is (250,17,176). Sum of RGB (Red+Green+Blue) = 250+17+176=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA11B0 is #05EE4F. Grayscale: #686868. Windows color (decimal): -388688 or 11538938. OLE color: 11538938.

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

Color convert

RGB 250 17 176 -
CMYK 0 0.93 0.30 0.02
HSL 319.06º 0.96% 0.52% -
HSV(B) 319.06º 0.93% 0.98% -
XYZ 47.46 23.86 43.18 -
YUV 104.79 168.19 231.57 -
System Red Green Blue C M Y K H S L
Decimal 250 17 176 0 0.93 0.30 0.02 319.06 0.96 0.52
Hex FA 11 B0 0 5D 1E 2 13F 60 34
Octal 372 21 260 0 135 36 2 477 140 64
Binary 11111010 10001 10110000 0 1011101 11110 10 100111111 1100000 110100

Color Harmonies of #FA11B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA11B0

Black with #FA11B0

Text Example


Text Example

White with #FA11B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA11B0; }

 p { color: rgb(250,17,176); }

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

background-color css

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

 a { background-color: rgb(250,17,176); }

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

border-color css

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

 span { border-color: rgb(250,17,176); }

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