#F379FD

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

Shades of Fuchsia Pink #F379FD

Tints of Fuchsia Pink #F379FD

Color information

#F379FD (or 0xF379FD) is unknown color: approx Fuchsia Pink. HEX triplet: F3, 79 and FD. RGB value is (243,121,253). Sum of RGB (Red+Green+Blue) = 243+121+253=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 121 (47.66% from 255 or 19.61% 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 #F379FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F379FD is #0C8602. Grayscale: #ACACAC. Windows color (decimal): -820739 or 16611827. OLE color: 16611827.

HSL color Cylindrical-coordinate representation of color #F379FD: hue angle of 295.45º 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 #F379FD is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243121253-
CMYK0.040.5200.01
HSL295.45º97.06%73.33%-
HSV(B)295.45º52.17%99.22%-
XYZ61.5339.8297.37-
YUV172.53173.42178.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.38%
GREEN value IS 121 (47.66% from 255) = 19.61%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=39.38%
G=19.61%
B=41.00%

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
Decimal2431212530.040.5200.01295.4597.0673.33
HexF379FD434011276149
Octal36317137546401447141111
Binary111100111111001111111011001101000110010011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F379FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F379FD; }

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

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

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

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

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

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

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

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