#F062B1

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

Shades of Hot Pink #F062B1

Tints of Hot Pink #F062B1

Color information

#F062B1 (or 0xF062B1) is unknown color: approx Hot Pink. HEX triplet: F0, 62 and B1. RGB value is (240,98,177). Sum of RGB (Red+Green+Blue) = 240+98+177=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062B1 is #0F9D4E. Grayscale: #959595. Windows color (decimal): -1023311 or 11625200. OLE color: 11625200.

HSL color Cylindrical-coordinate representation of color #F062B1: hue angle of 326.62º 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 #F062B1 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB24098177-
CMYK00.590.260.06
HSL326.62º82.56%66.27%-
HSV(B)326.62º59.17%94.12%-
XYZ48.2430.4344.93-
YUV149.46143.54192.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 98 (38.67% from 255) = 19.03%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=46.60%
G=19.03%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409817700.590.260.06326.6282.5666.27
HexF062B103B1A61475342
Octal360142261073326507123102
Binary1111000011000101011000101110111101011010100011110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F062B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F062B1; }

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

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

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

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

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

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

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

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