#f91ac6

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

Shades of Shocking Pink #F91AC6

Tints of Shocking Pink #F91AC6

Color information

#F91AC6 (or 0xF91AC6) is unknown color: approx Shocking Pink. HEX triplet: F9, 1A and C6. RGB value is (249,26,198). Sum of RGB (Red+Green+Blue) = 249+26+198=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91AC6 is #06E539. Grayscale: #6F6F6F. Windows color (decimal): -451898 or 12983033. OLE color: 12983033.

HSL color Cylindrical-coordinate representation of color #F91AC6: hue angle of 313.72º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91AC6 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB24926198-
CMYK00.900.200.02
HSL313.72º94.89%53.92%-
HSV(B)313.72º89.56%97.65%-
XYZ49.6324.9655.63-
YUV112.28176.38225.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.64%
GREEN value IS 26 (10.55% from 255) = 5.50%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=52.64%
G=5.50%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492619800.900.200.02313.7294.8953.92
HexF91AC605A14213a5f36
Octal37132306013224247213766
Binary1111100111010110001100101101010100101001110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f91ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f91ac6; }

 p { color: rgb(249,26,198); }

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

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

 a { background-color: rgb(249,26,198); }

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

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

 span { border-color: rgb(249,26,198); }

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