Html Css Color HEX #FA12B0 Spicy Pink

📋 copy color: '#FA12B0'

red 250 ◦ green 18 ◦ blue 176

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

Shades of Spicy Pink #FA12B0

Tints of Spicy Pink #FA12B0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.05%

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

R = 56.31%
G = 4.05%
B = 39.64%

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

#FA12B0 (or 0xFA12B0) is known color: Spicy Pink. HEX triplet: FA, 12 and B0. RGB value is (250,18,176). Sum of RGB (Red+Green+Blue) = 250+18+176=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA12B0 is #05ED4F. Grayscale: #686868. Windows color (decimal): -388432 or 11539194. OLE color: 11539194.

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

Color convert

RGB 250 18 176 -
CMYK 0 0.93 0.30 0.02
HSL 319.14º 0.96% 0.53% -
HSV(B) 319.14º 0.93% 0.98% -
XYZ 47.48 23.89 43.18 -
YUV 105.38 167.86 231.15 -
System Red Green Blue C M Y K H S L
Decimal 250 18 176 0 0.93 0.30 0.02 319.14 0.96 0.53
Hex FA 12 B0 0 5D 1E 2 13F 60 35
Octal 372 22 260 0 135 36 2 477 140 65
Binary 11111010 10010 10110000 0 1011101 11110 10 100111111 1100000 110101

Color Harmonies of #FA12B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12B0

Black with #FA12B0

Text Example


Text Example

White with #FA12B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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