#F073FB

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

Shades of Fuchsia Pink #F073FB

Tints of Fuchsia Pink #F073FB

Color information

#F073FB (or 0xF073FB) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 73 and FB. RGB value is (240,115,251). Sum of RGB (Red+Green+Blue) = 240+115+251=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #F073FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073FB is #0F8C04. Grayscale: #A7A7A7. Windows color (decimal): -1018885 or 16479216. OLE color: 16479216.

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

Color convert

RGB240115251-
CMYK0.040.5400.02
HSL295.15º94.44%71.76%-
HSV(B)295.15º54.18%98.43%-
XYZ59.4837.7595.42-
YUV167.88174.91179.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 115 (45.31% from 255) = 18.98%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=39.60%
G=18.98%
B=41.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401152510.040.5400.02295.1594.4471.76
HexF073FB436021275e48
Octal36016337346602447136110
Binary1111000011100111111101110011011001010010011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073FB; }

 p { color: rgb(240,115,251); }

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

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

 a { background-color: rgb(240,115,251); }

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

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

 span { border-color: rgb(240,115,251); }

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