#F072F6

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

Shades of Ultra Pink #F072F6

Tints of Ultra Pink #F072F6

Color information

#F072F6 (or 0xF072F6) is unknown color: approx Ultra Pink. HEX triplet: F0, 72 and F6. RGB value is (240,114,246). Sum of RGB (Red+Green+Blue) = 240+114+246=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 114 (44.92% from 255 or 19% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #F072F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072F6 is #0F8D09. Grayscale: #A6A6A6. Windows color (decimal): -1019146 or 16151280. OLE color: 16151280.

HSL color Cylindrical-coordinate representation of color #F072F6: hue angle of 297.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F072F6 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240114246-
CMYK0.020.5400.04
HSL297.27º88%70.59%-
HSV(B)297.27º53.66%96.47%-
XYZ58.5937.2191.28-
YUV166.72172.74180.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 19%
BLUE value IS 246 (96.48% from 255) = 41%
R=40%
G=19%
B=41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401142460.020.5400.04297.278870.59
HexF072F6236041295847
Octal36016236626604451130107
Binary1111000011100101111011010110110010010010100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F072F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F072F6; }

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

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

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

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

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

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

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

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