Html Css Color HEX #FA1BA3 Spicy Pink

📋 copy color: '#FA1BA3'

red 250 ◦ green 27 ◦ blue 163

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

Shades of Spicy Pink #FA1BA3

Tints of Spicy Pink #FA1BA3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.14%

 BLUE value IS 163 (64.06% from 255) = 37.05%

R = 56.82%
G = 6.14%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA1BA3 (or 0xFA1BA3) is known color: Spicy Pink. HEX triplet: FA, 1B and A3. RGB value is (250,27,163). Sum of RGB (Red+Green+Blue) = 250+27+163=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1BA3 is #05E45C. Grayscale: #6C6C6C. Windows color (decimal): -386141 or 10689530. OLE color: 10689530.

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

Color convert

RGB 250 27 163 -
CMYK 0 0.89 0.35 0.02
HSL 323.41º 0.96% 0.54% -
HSV(B) 323.41º 0.89% 0.98% -
XYZ 46.43 23.75 36.79 -
YUV 109.18 158.38 228.44 -
System Red Green Blue C M Y K H S L
Decimal 250 27 163 0 0.89 0.35 0.02 323.41 0.96 0.54
Hex FA 1B A3 0 59 23 2 143 60 36
Octal 372 33 243 0 131 43 2 503 140 66
Binary 11111010 11011 10100011 0 1011001 100011 10 101000011 1100000 110110

Color Harmonies of #FA1BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1BA3

Black with #FA1BA3

Text Example


Text Example

White with #FA1BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1BA3; }

 p { color: rgb(250,27,163); }

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

background-color css

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

 a { background-color: rgb(250,27,163); }

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

border-color css

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

 span { border-color: rgb(250,27,163); }

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