#F07CFD

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

Shades of Fuchsia Pink #F07CFD

Tints of Fuchsia Pink #F07CFD

Color information

#F07CFD (or 0xF07CFD) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 7C and FD. RGB value is (240,124,253). Sum of RGB (Red+Green+Blue) = 240+124+253=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #F07CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CFD is #0F8302. Grayscale: #ACACAC. Windows color (decimal): -1016579 or 16612592. OLE color: 16612592.

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

Color convert

RGB240124253-
CMYK0.050.5100.01
HSL293.95º96.99%73.92%-
HSV(B)293.95º50.99%99.22%-
XYZ60.8740.0397.45-
YUV173.39172.93175.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 124 (48.83% from 255) = 20.10%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=38.90%
G=20.10%
B=41.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401242530.050.5100.01293.9596.9973.92
HexF07CFD53301126614a
Octal36017437556301446141112
Binary111100001111100111111011011100110110010011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CFD; }

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

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

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

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

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

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

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

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