#F07BFE

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

Shades of Fuchsia Pink #F07BFE

Tints of Fuchsia Pink #F07BFE

Color information

#F07BFE (or 0xF07BFE) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 7B and FE. RGB value is (240,123,254). Sum of RGB (Red+Green+Blue) = 240+123+254=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 123 (48.44% from 255 or 19.94% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #F07BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BFE is #0F8401. Grayscale: #ACACAC. Windows color (decimal): -1016834 or 16677872. OLE color: 16677872.

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

Color convert

RGB240123254-
CMYK0.060.5200.00
HSL293.59º98.5%73.92%-
HSV(B)293.59º51.57%99.61%-
XYZ60.9139.8598.25-
YUV172.92173.76175.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 123 (48.44% from 255) = 19.94%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=38.90%
G=19.94%
B=41.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401232540.060.5200.00293.5998.573.92
HexF07BFE63400126624a
Octal36017337666400446142112
Binary111100001111011111111101101101000010010011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07BFE; }

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

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

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

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

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

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

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

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