#F916B4

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

Shades of Spicy Pink #F916B4

Tints of Spicy Pink #F916B4

Color information

#F916B4 (or 0xF916B4) is unknown color: approx Spicy Pink. HEX triplet: F9, 16 and B4. RGB value is (249,22,180). Sum of RGB (Red+Green+Blue) = 249+22+180=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F916B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916B4 is #06E94B. Grayscale: #6B6B6B. Windows color (decimal): -452940 or 11802361. OLE color: 11802361.

HSL color Cylindrical-coordinate representation of color #F916B4: hue angle of 318.24º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916B4 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB24922180-
CMYK00.910.280.02
HSL318.24º94.98%53.14%-
HSV(B)318.24º91.16%97.65%-
XYZ47.5924.0145.31-
YUV107.88168.71228.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.21%
GREEN value IS 22 (8.98% from 255) = 4.88%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=55.21%
G=4.88%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492218000.910.280.02318.2494.9853.14
HexF916B405B1C213e5f35
Octal37126264013334247613765
Binary1111100110110101101000101101111100101001111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F916B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F916B4; }

 p { color: rgb(249,22,180); }

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

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

 a { background-color: rgb(249,22,180); }

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

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

 span { border-color: rgb(249,22,180); }

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