Html Css Color HEX #FA1EBB Spicy Pink

📋 copy color: '#FA1EBB'

red 250 ◦ green 30 ◦ blue 187

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

Shades of Spicy Pink #FA1EBB

Tints of Spicy Pink #FA1EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.42%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 53.53%
G = 6.42%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA1EBB (or 0xFA1EBB) is known color: Spicy Pink. HEX triplet: FA, 1E and BB. RGB value is (250,30,187). Sum of RGB (Red+Green+Blue) = 250+30+187=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EBB is #05E144. Grayscale: #717171. Windows color (decimal): -385349 or 12263162. OLE color: 12263162.

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

Color convert

RGB 250 30 187 -
CMYK 0 0.88 0.25 0.02
HSL 317.18º 0.96% 0.55% -
HSV(B) 317.18º 0.88% 0.98% -
XYZ 48.86 24.84 49.23 -
YUV 113.68 169.39 225.23 -
System Red Green Blue C M Y K H S L
Decimal 250 30 187 0 0.88 0.25 0.02 317.18 0.96 0.55
Hex FA 1E BB 0 58 19 2 13D 60 37
Octal 372 36 273 0 130 31 2 475 140 67
Binary 11111010 11110 10111011 0 1011000 11001 10 100111101 1100000 110111

Color Harmonies of #FA1EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1EBB

Black with #FA1EBB

Text Example


Text Example

White with #FA1EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1EBB; }

 p { color: rgb(250,30,187); }

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

background-color css

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

 a { background-color: rgb(250,30,187); }

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

border-color css

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

 span { border-color: rgb(250,30,187); }

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