#F062B7

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

Shades of Hot Pink #F062B7

Tints of Hot Pink #F062B7

Color information

#F062B7 (or 0xF062B7) is unknown color: approx Hot Pink. HEX triplet: F0, 62 and B7. RGB value is (240,98,183). Sum of RGB (Red+Green+Blue) = 240+98+183=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062B7 is #0F9D48. Grayscale: #959595. Windows color (decimal): -1023305 or 12018416. OLE color: 12018416.

HSL color Cylindrical-coordinate representation of color #F062B7: hue angle of 324.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062B7 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB24098183-
CMYK00.590.240.06
HSL324.08º82.56%66.27%-
HSV(B)324.08º59.17%94.12%-
XYZ48.8530.6848.15-
YUV150.15146.54192.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 98 (38.67% from 255) = 18.81%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=46.07%
G=18.81%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409818300.590.240.06324.0882.5666.27
HexF062B703B1861445342
Octal360142267073306504123102
Binary1111000011000101011011101110111100011010100010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F062B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F062B7; }

 p { color: rgb(240,98,183); }

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

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

 a { background-color: rgb(240,98,183); }

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

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

 span { border-color: rgb(240,98,183); }

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