Html Css Color HEX #FF11B2 Spicy Pink

📋 copy color: '#FF11B2'

red 255 ◦ green 17 ◦ blue 178

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

Shades of Spicy Pink #FF11B2

Tints of Spicy Pink #FF11B2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.78%

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 56.67%
G = 3.78%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF11B2 (or 0xFF11B2) is known color: Spicy Pink. HEX triplet: FF, 11 and B2. RGB value is (255,17,178). Sum of RGB (Red+Green+Blue) = 255+17+178=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11B2 is #00EE4D. Grayscale: #6A6A6A. Windows color (decimal): -61006 or 11670015. OLE color: 11670015.

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

Color convert

RGB 255 17 178 -
CMYK 0 0.93 0.30 0
HSL 319.41º 1% 0.53% -
HSV(B) 319.41º 0.93% 1% -
XYZ 49.48 24.88 44.31 -
YUV 106.52 168.35 233.91 -
System Red Green Blue C M Y K H S L
Decimal 255 17 178 0 0.93 0.30 0 319.41 1 0.53
Hex FF 11 B2 0 5D 1E 0 13F 64 35
Octal 377 21 262 0 135 36 0 477 144 65
Binary 11111111 10001 10110010 0 1011101 11110 0 100111111 1100100 110101

Color Harmonies of #FF11B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF11B2

Black with #FF11B2

Text Example


Text Example

White with #FF11B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF11B2; }

 p { color: rgb(255,17,178); }

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

background-color css

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

 a { background-color: rgb(255,17,178); }

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

border-color css

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

 span { border-color: rgb(255,17,178); }

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