#F077FE

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

Shades of Fuchsia Pink #F077FE

Tints of Fuchsia Pink #F077FE

Color information

#F077FE (or 0xF077FE) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 77 and FE. RGB value is (240,119,254). Sum of RGB (Red+Green+Blue) = 240+119+254=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 119 (46.88% from 255 or 19.41% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #F077FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077FE is #0F8801. Grayscale: #AAAAAA. Windows color (decimal): -1017858 or 16676848. OLE color: 16676848.

HSL color Cylindrical-coordinate representation of color #F077FE: hue angle of 293.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F077FE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240119254-
CMYK0.060.5300.00
HSL293.78º98.54%73.14%-
HSV(B)293.78º53.15%99.61%-
XYZ60.4238.8798.08-
YUV170.57175.09177.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 119 (46.88% from 255) = 19.41%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=39.15%
G=19.41%
B=41.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401192540.060.5300.00293.7898.5473.14
HexF077FE635001266349
Octal36016737666500446143111
Binary111100001110111111111101101101010010010011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077FE; }

 p { color: rgb(240,119,254); }

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

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

 a { background-color: rgb(240,119,254); }

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

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

 span { border-color: rgb(240,119,254); }

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