Html Css Color HEX #FA20BC Spicy Pink

📋 copy color: '#FA20BC'

red 250 ◦ green 32 ◦ blue 188

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

Shades of Spicy Pink #FA20BC

Tints of Spicy Pink #FA20BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.81%

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

R = 53.19%
G = 6.81%
B = 40%

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

#FA20BC (or 0xFA20BC) is known color: Spicy Pink. HEX triplet: FA, 20 and BC. RGB value is (250,32,188). Sum of RGB (Red+Green+Blue) = 250+32+188=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20BC is #05DF43. Grayscale: #727272. Windows color (decimal): -384836 or 12329210. OLE color: 12329210.

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

Color convert

RGB 250 32 188 -
CMYK 0 0.87 0.25 0.02
HSL 317.06º 0.96% 0.55% -
HSV(B) 317.06º 0.87% 0.98% -
XYZ 49.02 24.99 49.82 -
YUV 114.97 169.22 224.32 -
System Red Green Blue C M Y K H S L
Decimal 250 32 188 0 0.87 0.25 0.02 317.06 0.96 0.55
Hex FA 20 BC 0 57 19 2 13D 60 37
Octal 372 40 274 0 127 31 2 475 140 67
Binary 11111010 100000 10111100 0 1010111 11001 10 100111101 1100000 110111

Color Harmonies of #FA20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA20BC

Black with #FA20BC

Text Example


Text Example

White with #FA20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA20BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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