#F07AFD

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

Shades of Fuchsia Pink #F07AFD

Tints of Fuchsia Pink #F07AFD

Color information

#F07AFD (or 0xF07AFD) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 7A and FD. RGB value is (240,122,253). Sum of RGB (Red+Green+Blue) = 240+122+253=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 122 (48.05% from 255 or 19.84% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #F07AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AFD is #0F8502. Grayscale: #ABABAB. Windows color (decimal): -1017091 or 16612080. OLE color: 16612080.

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

Color convert

RGB240122253-
CMYK0.050.5200.01
HSL294.05º97.04%73.53%-
HSV(B)294.05º51.78%99.22%-
XYZ60.6239.5497.36-
YUV172.22173.59176.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 122 (48.05% from 255) = 19.84%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=39.02%
G=19.84%
B=41.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401222530.050.5200.01294.0597.0473.53
HexF07AFD53401126614a
Octal36017237556401446141112
Binary111100001111010111111011011101000110010011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07AFD; }

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

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

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

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

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

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

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

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