Html Css Color HEX #FA21BC Spicy Pink

📋 copy color: '#FA21BC'

red 250 ◦ green 33 ◦ blue 188

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

Shades of Spicy Pink #FA21BC

Tints of Spicy Pink #FA21BC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.01%

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 53.08%
G = 7.01%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA21BC (or 0xFA21BC) is known color: Spicy Pink. HEX triplet: FA, 21 and BC. RGB value is (250,33,188). Sum of RGB (Red+Green+Blue) = 250+33+188=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21BC is #05DE43. Grayscale: #737373. Windows color (decimal): -384580 or 12329466. OLE color: 12329466.

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

Color convert

RGB 250 33 188 -
CMYK 0 0.87 0.25 0.02
HSL 317.14º 0.96% 0.55% -
HSV(B) 317.14º 0.87% 0.98% -
XYZ 49.05 25.04 49.83 -
YUV 115.55 168.89 223.9 -
System Red Green Blue C M Y K H S L
Decimal 250 33 188 0 0.87 0.25 0.02 317.14 0.96 0.55
Hex FA 21 BC 0 57 19 2 13D 60 37
Octal 372 41 274 0 127 31 2 475 140 67
Binary 11111010 100001 10111100 0 1010111 11001 10 100111101 1100000 110111

Color Harmonies of #FA21BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21BC

Black with #FA21BC

Text Example


Text Example

White with #FA21BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21BC; }

 p { color: rgb(250,33,188); }

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

background-color css

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

 a { background-color: rgb(250,33,188); }

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

border-color css

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

 span { border-color: rgb(250,33,188); }

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