#f07cff

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

Shades of Fuchsia Pink #F07CFF

Tints of Fuchsia Pink #F07CFF

Color information

#F07CFF (or 0xF07CFF) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 7C and FF. RGB value is (240,124,255). Sum of RGB (Red+Green+Blue) = 240+124+255=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 124 (48.83% from 255 or 20.03% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #F07CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CFF is #0F8300. Grayscale: #ADADAD. Windows color (decimal): -1016577 or 16743664. OLE color: 16743664.

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

Color convert

RGB240124255-
CMYK0.060.5100
HSL293.13º100%74.31%-
HSV(B)293.13º51.37%100%-
XYZ61.1940.1699.13-
YUV173.62173.93175.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 124 (48.83% from 255) = 20.03%
BLUE value IS 255 (100% from 255) = 41.20%
R=38.77%
G=20.03%
B=41.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401242550.060.5100293.1310074.31
HexF07CFF63300125644a
Octal36017437766300445144112
Binary111100001111100111111111101100110010010010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f07cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f07cff; }

 p { color: rgb(240,124,255); }

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

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

 a { background-color: rgb(240,124,255); }

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

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

 span { border-color: rgb(240,124,255); }

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