Html Css Color HEX #FA1FBA Spicy Pink

📋 copy color: '#FA1FBA'

red 250 ◦ green 31 ◦ blue 186

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

Shades of Spicy Pink #FA1FBA

Tints of Spicy Pink #FA1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.64%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 53.53%
G = 6.64%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA1FBA (or 0xFA1FBA) is known color: Spicy Pink. HEX triplet: FA, 1F and BA. RGB value is (250,31,186). Sum of RGB (Red+Green+Blue) = 250+31+186=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1FBA is #05E045. Grayscale: #717171. Windows color (decimal): -385094 or 12197882. OLE color: 12197882.

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

Color convert

RGB 250 31 186 -
CMYK 0 0.88 0.26 0.02
HSL 317.53º 0.96% 0.55% -
HSV(B) 317.53º 0.88% 0.98% -
XYZ 48.78 24.85 48.68 -
YUV 114.15 168.55 224.9 -
System Red Green Blue C M Y K H S L
Decimal 250 31 186 0 0.88 0.26 0.02 317.53 0.96 0.55
Hex FA 1F BA 0 58 1A 2 13E 60 37
Octal 372 37 272 0 130 32 2 476 140 67
Binary 11111010 11111 10111010 0 1011000 11010 10 100111110 1100000 110111

Color Harmonies of #FA1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1FBA

Black with #FA1FBA

Text Example


Text Example

White with #FA1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1FBA; }

 p { color: rgb(250,31,186); }

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

background-color css

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

 a { background-color: rgb(250,31,186); }

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

border-color css

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

 span { border-color: rgb(250,31,186); }

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