#F074FB

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

Shades of Fuchsia Pink #F074FB

Tints of Fuchsia Pink #F074FB

Color information

#F074FB (or 0xF074FB) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 74 and FB. RGB value is (240,116,251). Sum of RGB (Red+Green+Blue) = 240+116+251=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 116 (45.70% from 255 or 19.11% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #F074FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074FB is #0F8B04. Grayscale: #A8A8A8. Windows color (decimal): -1018629 or 16479472. OLE color: 16479472.

HSL color Cylindrical-coordinate representation of color #F074FB: hue angle of 295.11º 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 #F074FB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240116251-
CMYK0.040.5400.02
HSL295.11º94.41%71.96%-
HSV(B)295.11º53.78%98.43%-
XYZ59.5937.9895.46-
YUV168.47174.58179.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 116 (45.70% from 255) = 19.11%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=39.54%
G=19.11%
B=41.35%

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
Decimal2401162510.040.5400.02295.1194.4171.96
HexF074FB436021275e48
Octal36016437346602447136110
Binary1111000011101001111101110011011001010010011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074FB; }

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

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

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

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

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

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

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

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