#F410AC

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

Shades of Spicy Pink #F410AC

Tints of Spicy Pink #F410AC

Color information

#F410AC (or 0xF410AC) is unknown color: approx Spicy Pink. HEX triplet: F4, 10 and AC. RGB value is (244,16,172). Sum of RGB (Red+Green+Blue) = 244+16+172=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F410AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F410AC is #0BEF53. Grayscale: #656565. Windows color (decimal): -782164 or 11276532. OLE color: 11276532.

HSL color Cylindrical-coordinate representation of color #F410AC: hue angle of 318.95º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F410AC is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB24416172-
CMYK00.930.300.04
HSL318.95º91.2%50.98%-
HSV(B)318.95º93.44%95.69%-
XYZ44.9422.5841.02-
YUV101.96167.54229.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.48%
GREEN value IS 16 (6.64% from 255) = 3.70%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=56.48%
G=3.70%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441617200.930.300.04318.9591.250.98
HexF410AC05D1E413f5b33
Octal36420254013536447713363
Binary11110100100001010110001011101111101001001111111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F410AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F410AC; }

 p { color: rgb(244,16,172); }

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

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

 a { background-color: rgb(244,16,172); }

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

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

 span { border-color: rgb(244,16,172); }

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