Html Css Color HEX #FA12B2 Spicy Pink

📋 copy color: '#FA12B2'

red 250 ◦ green 18 ◦ blue 178

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

Shades of Spicy Pink #FA12B2

Tints of Spicy Pink #FA12B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 56.05%
G = 4.04%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA12B2 (or 0xFA12B2) is known color: Spicy Pink. HEX triplet: FA, 12 and B2. RGB value is (250,18,178). Sum of RGB (Red+Green+Blue) = 250+18+178=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA12B2 is #05ED4D. Grayscale: #696969. Windows color (decimal): -388430 or 11670266. OLE color: 11670266.

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

Color convert

RGB 250 18 178 -
CMYK 0 0.93 0.29 0.02
HSL 318.62º 0.96% 0.53% -
HSV(B) 318.62º 0.93% 0.98% -
XYZ 47.68 23.97 44.23 -
YUV 105.61 168.86 230.99 -
System Red Green Blue C M Y K H S L
Decimal 250 18 178 0 0.93 0.29 0.02 318.62 0.96 0.53
Hex FA 12 B2 0 5D 1D 2 13F 60 35
Octal 372 22 262 0 135 35 2 477 140 65
Binary 11111010 10010 10110010 0 1011101 11101 10 100111111 1100000 110101

Color Harmonies of #FA12B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA12B2

Black with #FA12B2

Text Example


Text Example

White with #FA12B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA12B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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