Html Css Color HEX #FF2ABB Spicy Pink

📋 copy color: '#FF2ABB'

red 255 ◦ green 42 ◦ blue 187

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

Shades of Spicy Pink #FF2ABB

Tints of Spicy Pink #FF2ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.68%

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

R = 52.69%
G = 8.68%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF2ABB (or 0xFF2ABB) is known color: Spicy Pink. HEX triplet: FF, 2A and BB. RGB value is (255,42,187). Sum of RGB (Red+Green+Blue) = 255+42+187=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ABB is #00D544. Grayscale: #797979. Windows color (decimal): -54597 or 12266239. OLE color: 12266239.

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

Color convert

RGB 255 42 187 -
CMYK 0 0.84 0.27 0
HSL 319.15º 1% 0.58% -
HSV(B) 319.15º 0.84% 1% -
XYZ 51.04 26.5 49.44 -
YUV 122.22 164.57 222.71 -
System Red Green Blue C M Y K H S L
Decimal 255 42 187 0 0.84 0.27 0 319.15 1 0.58
Hex FF 2A BB 0 54 1B 0 13F 64 3A
Octal 377 52 273 0 124 33 0 477 144 72
Binary 11111111 101010 10111011 0 1010100 11011 0 100111111 1100100 111010

Color Harmonies of #FF2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2ABB

Black with #FF2ABB

Text Example


Text Example

White with #FF2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2ABB; }

 p { color: rgb(255,42,187); }

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

background-color css

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

 a { background-color: rgb(255,42,187); }

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

border-color css

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

 span { border-color: rgb(255,42,187); }

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