#F377F6

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

Shades of Violet #F377F6

Tints of Violet #F377F6

Color information

#F377F6 (or 0xF377F6) is unknown color: approx Violet. HEX triplet: F3, 77 and F6. RGB value is (243,119,246). Sum of RGB (Red+Green+Blue) = 243+119+246=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #F377F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F377F6 is #0C8809. Grayscale: #AAAAAA. Windows color (decimal): -821258 or 16152563. OLE color: 16152563.

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

Color convert

RGB243119246-
CMYK0.010.5200.04
HSL298.58º87.59%71.57%-
HSV(B)298.58º51.63%96.47%-
XYZ60.1938.991.53-
YUV170.55170.58179.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.97%
GREEN value IS 119 (46.88% from 255) = 19.57%
BLUE value IS 246 (96.48% from 255) = 40.46%
R=39.97%
G=19.57%
B=40.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2431192460.010.5200.04298.5887.5971.57
HexF377F61340412b5848
Octal36316736616404453130110
Binary111100111110111111101101110100010010010101110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F377F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F377F6; }

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

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

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

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

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

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

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

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