#F07EFE

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

Shades of Fuchsia Pink #F07EFE

Tints of Fuchsia Pink #F07EFE

Color information

#F07EFE (or 0xF07EFE) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 7E and FE. RGB value is (240,126,254). Sum of RGB (Red+Green+Blue) = 240+126+254=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 126 (49.61% from 255 or 20.32% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #F07EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EFE is #0F8101. Grayscale: #AEAEAE. Windows color (decimal): -1016066 or 16678640. OLE color: 16678640.

HSL color Cylindrical-coordinate representation of color #F07EFE: hue angle of 293.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07EFE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240126254-
CMYK0.060.5000.00
HSL293.44º98.46%74.51%-
HSV(B)293.44º50.39%99.61%-
XYZ61.2940.698.37-
YUV174.68172.77174.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 126 (49.61% from 255) = 20.32%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=38.71%
G=20.32%
B=40.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401262540.060.5000.00293.4498.4674.51
HexF07EFE63200125624b
Octal36017637666200445142113
Binary111100001111110111111101101100100010010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07EFE; }

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

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

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

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

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

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

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

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