#F377FE

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

Shades of Fuchsia Pink #F377FE

Tints of Fuchsia Pink #F377FE

Color information

#F377FE (or 0xF377FE) is unknown color: approx Fuchsia Pink. HEX triplet: F3, 77 and FE. RGB value is (243,119,254). Sum of RGB (Red+Green+Blue) = 243+119+254=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 119 (46.88% from 255 or 19.32% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #F377FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F377FE is #0C8801. Grayscale: #ABABAB. Windows color (decimal): -821250 or 16676851. OLE color: 16676851.

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

Color convert

RGB243119254-
CMYK0.040.5300.00
HSL295.11º98.54%73.14%-
HSV(B)295.11º53.15%99.61%-
XYZ61.4539.498.13-
YUV171.47174.58179.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.45%
GREEN value IS 119 (46.88% from 255) = 19.32%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=39.45%
G=19.32%
B=41.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431192540.040.5300.00295.1198.5473.14
HexF377FE435001276349
Octal36316737646500447143111
Binary111100111110111111111101001101010010010011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F377FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F377FE; }

 p { color: rgb(243,119,254); }

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

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

 a { background-color: rgb(243,119,254); }

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

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

 span { border-color: rgb(243,119,254); }

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