#F22BB6

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

Shades of Spicy Pink #F22BB6

Tints of Spicy Pink #F22BB6

Color information

#F22BB6 (or 0xF22BB6) is unknown color: approx Spicy Pink. HEX triplet: F2, 2B and B6. RGB value is (242,43,182). Sum of RGB (Red+Green+Blue) = 242+43+182=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F22BB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F22BB6 is #0DD449. Grayscale: #757575. Windows color (decimal): -906314 or 11938802. OLE color: 11938802.

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

Color convert

RGB24243182-
CMYK00.820.250.05
HSL318.09º88.44%55.88%-
HSV(B)318.09º82.23%94.9%-
XYZ45.9323.9846.46-
YUV118.35163.93216.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.82%
GREEN value IS 43 (17.19% from 255) = 9.21%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=51.82%
G=9.21%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424318200.820.250.05318.0988.4455.88
HexF22BB605219513e5838
Octal36253266012231547613070
Binary111100101010111011011001010010110011011001111101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22BB6; }

 p { color: rgb(242,43,182); }

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

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

 a { background-color: rgb(242,43,182); }

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

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

 span { border-color: rgb(242,43,182); }

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