#F072B3

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

Shades of Hot Pink #F072B3

Tints of Hot Pink #F072B3

Color information

#F072B3 (or 0xF072B3) is unknown color: approx Hot Pink. HEX triplet: F0, 72 and B3. RGB value is (240,114,179). Sum of RGB (Red+Green+Blue) = 240+114+179=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F072B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072B3 is #0F8D4C. Grayscale: #9E9E9E. Windows color (decimal): -1019213 or 11760368. OLE color: 11760368.

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

Color convert

RGB240114179-
CMYK00.520.250.06
HSL329.05º80.77%69.41%-
HSV(B)329.05º52.5%94.12%-
XYZ50.0933.8146.53-
YUV159.08139.24185.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=45.03%
G=21.39%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011417900.520.250.06329.0580.7769.41
HexF072B30341961495145
Octal360162263064316511121105
Binary1111000011100101011001101101001100111010100100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F072B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F072B3; }

 p { color: rgb(240,114,179); }

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

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

 a { background-color: rgb(240,114,179); }

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

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

 span { border-color: rgb(240,114,179); }

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