#F912AF

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

Shades of Spicy Pink #F912AF

Tints of Spicy Pink #F912AF

Color information

#F912AF (or 0xF912AF) is unknown color: approx Spicy Pink. HEX triplet: F9, 12 and AF. RGB value is (249,18,175). Sum of RGB (Red+Green+Blue) = 249+18+175=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F912AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F912AF is #06ED50. Grayscale: #686868. Windows color (decimal): -453969 or 11473657. OLE color: 11473657.

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

Color convert

RGB24918175-
CMYK00.930.300.02
HSL319.22º95.06%52.35%-
HSV(B)319.22º92.77%97.65%-
XYZ47.0223.6742.65-
YUV104.97167.53230.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.33%
GREEN value IS 18 (7.42% from 255) = 4.07%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=56.33%
G=4.07%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491817500.930.300.02319.2295.0652.35
HexF912AF05D1E213f5f34
Octal37122257013536247713764
Binary1111100110010101011110101110111110101001111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F912AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F912AF; }

 p { color: rgb(249,18,175); }

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

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

 a { background-color: rgb(249,18,175); }

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

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

 span { border-color: rgb(249,18,175); }

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