#F21BAC

Color #F21BAC Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #F21BAC

Tints of Spicy Pink #F21BAC

Color information

#F21BAC (or 0xF21BAC) is unknown color: approx Spicy Pink. HEX triplet: F2, 1B and AC. RGB value is (242,27,172). Sum of RGB (Red+Green+Blue) = 242+27+172=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21BAC is #0DE453. Grayscale: #6B6B6B. Windows color (decimal): -910420 or 11279346. OLE color: 11279346.

HSL color Cylindrical-coordinate representation of color #F21BAC: hue angle of 319.53º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21BAC is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB24227172-
CMYK00.890.290.05
HSL319.53º89.21%52.75%-
HSV(B)319.53º88.84%94.9%-
XYZ44.4622.6441.06-
YUV107.82164.23223.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.88%
GREEN value IS 27 (10.94% from 255) = 6.12%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=54.88%
G=6.12%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422717200.890.290.05319.5389.2152.75
HexF21BAC0591D51405935
Octal36233254013135550013165
Binary11110010110111010110001011001111011011010000001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21BAC; }

 p { color: rgb(242,27,172); }

 H1.HeaderClassName
 {
   color: #F21BAC;
 }
 .AnyTagClassName
 {
   color: #F21BAC;
 }
</style>
background-color css

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

 a { background-color: rgb(242,27,172); }

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

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

 span { border-color: rgb(242,27,172); }

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