#F460B0

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

Shades of Hot Pink #F460B0

Tints of Hot Pink #F460B0

Color information

#F460B0 (or 0xF460B0) is unknown color: approx Hot Pink. HEX triplet: F4, 60 and B0. RGB value is (244,96,176). Sum of RGB (Red+Green+Blue) = 244+96+176=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F460B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F460B0 is #0B9F4F. Grayscale: #959595. Windows color (decimal): -761680 or 11559156. OLE color: 11559156.

HSL color Cylindrical-coordinate representation of color #F460B0: hue angle of 327.57º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460B0 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB24496176-
CMYK00.610.280.04
HSL327.57º87.06%66.67%-
HSV(B)327.57º60.66%95.69%-
XYZ49.3330.7344.41-
YUV149.37143.03195.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.29%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=47.29%
G=18.60%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449617600.610.280.04327.5787.0666.67
HexF460B003D1C41485743
Octal364140260075344510127103
Binary1111010011000001011000001111011110010010100100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F460B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F460B0; }

 p { color: rgb(244,96,176); }

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

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

 a { background-color: rgb(244,96,176); }

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

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

 span { border-color: rgb(244,96,176); }

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