Html Css Color HEX #FA1CB6 Spicy Pink

📋 copy color: '#FA1CB6'

red 250 ◦ green 28 ◦ blue 182

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

Shades of Spicy Pink #FA1CB6

Tints of Spicy Pink #FA1CB6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.09%

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 54.35%
G = 6.09%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA1CB6 (or 0xFA1CB6) is known color: Spicy Pink. HEX triplet: FA, 1C and B6. RGB value is (250,28,182). Sum of RGB (Red+Green+Blue) = 250+28+182=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CB6 is #05E349. Grayscale: #6F6F6F. Windows color (decimal): -385866 or 11934970. OLE color: 11934970.

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

Color convert

RGB 250 28 182 -
CMYK 0 0.89 0.27 0.02
HSL 318.38º 0.96% 0.55% -
HSV(B) 318.38º 0.89% 0.98% -
XYZ 48.28 24.53 46.45 -
YUV 111.93 167.55 226.48 -
System Red Green Blue C M Y K H S L
Decimal 250 28 182 0 0.89 0.27 0.02 318.38 0.96 0.55
Hex FA 1C B6 0 59 1B 2 13E 60 37
Octal 372 34 266 0 131 33 2 476 140 67
Binary 11111010 11100 10110110 0 1011001 11011 10 100111110 1100000 110111

Color Harmonies of #FA1CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1CB6

Black with #FA1CB6

Text Example


Text Example

White with #FA1CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1CB6; }

 p { color: rgb(250,28,182); }

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

background-color css

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

 a { background-color: rgb(250,28,182); }

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

border-color css

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

 span { border-color: rgb(250,28,182); }

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