#F377F8

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

Shades of Fuchsia Pink #F377F8

Tints of Fuchsia Pink #F377F8

Color information

#F377F8 (or 0xF377F8) is unknown color: approx Fuchsia Pink. HEX triplet: F3, 77 and F8. RGB value is (243,119,248). Sum of RGB (Red+Green+Blue) = 243+119+248=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 119 (46.88% from 255 or 19.51% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #F377F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F377F8 is #0C8807. Grayscale: #AAAAAA. Windows color (decimal): -821256 or 16283635. OLE color: 16283635.

HSL color Cylindrical-coordinate representation of color #F377F8: hue angle of 297.67º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F377F8 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB243119248-
CMYK0.020.5200.03
HSL297.67º90.21%71.96%-
HSV(B)297.67º52.02%97.25%-
XYZ60.539.0393.15-
YUV170.78171.58179.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 119 (46.88% from 255) = 19.51%
BLUE value IS 248 (97.27% from 255) = 40.66%
R=39.84%
G=19.51%
B=40.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2431192480.020.5200.03297.6790.2171.96
HexF377F82340312a5a48
Octal36316737026403452132110
Binary111100111110111111110001011010001110010101010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F377F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F377F8; }

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

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

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

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

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

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

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

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