#F071A8

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

Shades of Hot Pink #F071A8

Tints of Hot Pink #F071A8

Color information

#F071A8 (or 0xF071A8) is unknown color: approx Hot Pink. HEX triplet: F0, 71 and A8. RGB value is (240,113,168). Sum of RGB (Red+Green+Blue) = 240+113+168=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F071A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F071A8 is #0F8E57. Grayscale: #9D9D9D. Windows color (decimal): -1019480 or 11039216. OLE color: 11039216.

HSL color Cylindrical-coordinate representation of color #F071A8: hue angle of 334.02º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071A8 is Cyan = 0, Magento = 0.53, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB240113168-
CMYK00.530.30.06
HSL334.02º80.89%69.22%-
HSV(B)334.02º52.92%94.12%-
XYZ48.9133.1640.87-
YUV157.24134.08187.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=46.07%
G=21.69%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.3
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011316800.530.30.06334.0280.8969.22
HexF071A80351E614e5145
Octal360161250065366516121105
Binary1111000011100011010100001101011111011010100111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F071A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F071A8; }

 p { color: rgb(240,113,168); }

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

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

 a { background-color: rgb(240,113,168); }

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

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

 span { border-color: rgb(240,113,168); }

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