#F279FD

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

Shades of Fuchsia Pink #F279FD

Tints of Fuchsia Pink #F279FD

Color information

#F279FD (or 0xF279FD) is unknown color: approx Fuchsia Pink. HEX triplet: F2, 79 and FD. RGB value is (242,121,253). Sum of RGB (Red+Green+Blue) = 242+121+253=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 121 (47.66% from 255 or 19.64% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #F279FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279FD is #0D8602. Grayscale: #ABABAB. Windows color (decimal): -886275 or 16611826. OLE color: 16611826.

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

Color convert

RGB242121253-
CMYK0.040.5200.01
HSL295º97.06%73.33%-
HSV(B)295º52.17%99.22%-
XYZ61.1839.6497.36-
YUV172.23173.59177.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 121 (47.66% from 255) = 19.64%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=39.29%
G=19.64%
B=41.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421212530.040.5200.0129597.0673.33
HexF279FD434011276149
Octal36217137546401447141111
Binary111100101111001111111011001101000110010011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F279FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F279FD; }

 p { color: rgb(242,121,253); }

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

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

 a { background-color: rgb(242,121,253); }

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

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

 span { border-color: rgb(242,121,253); }

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