Html Css Color HEX #FF1EB0 Spicy Pink

📋 copy color: '#FF1EB0'

red 255 ◦ green 30 ◦ blue 176

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

Shades of Spicy Pink #FF1EB0

Tints of Spicy Pink #FF1EB0

RGB

 RED value IS 255 (100% from 255) = 55.31%

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

 BLUE value IS 176 (69.14% from 255) = 38.18%

R = 55.31%
G = 6.51%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF1EB0 (or 0xFF1EB0) is known color: Spicy Pink. HEX triplet: FF, 1E and B0. RGB value is (255,30,176). Sum of RGB (Red+Green+Blue) = 255+30+176=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1EB0 is #00E14F. Grayscale: #717171. Windows color (decimal): -57680 or 11542271. OLE color: 11542271.

HSL color Cylindrical-coordinate representation of color #FF1EB0: hue angle of 321.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1EB0 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 30 176 -
CMYK 0 0.88 0.31 0
HSL 321.07º 1% 0.56% -
HSV(B) 321.07º 0.88% 1% -
XYZ 49.54 25.32 43.35 -
YUV 113.92 163.04 228.63 -
System Red Green Blue C M Y K H S L
Decimal 255 30 176 0 0.88 0.31 0 321.07 1 0.56
Hex FF 1E B0 0 58 1F 0 141 64 38
Octal 377 36 260 0 130 37 0 501 144 70
Binary 11111111 11110 10110000 0 1011000 11111 0 101000001 1100100 111000

Color Harmonies of #FF1EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1EB0

Black with #FF1EB0

Text Example


Text Example

White with #FF1EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1EB0; }

 p { color: rgb(255,30,176); }

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

background-color css

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

 a { background-color: rgb(255,30,176); }

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

border-color css

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

 span { border-color: rgb(255,30,176); }

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