#F380F9

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

Shades of Violet #F380F9

Tints of Violet #F380F9

Color information

#F380F9 (or 0xF380F9) is unknown color: approx Violet. HEX triplet: F3, 80 and F9. RGB value is (243,128,249). Sum of RGB (Red+Green+Blue) = 243+128+249=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #F380F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380F9 is #0C7F06. Grayscale: #AFAFAF. Windows color (decimal): -818951 or 16351475. OLE color: 16351475.

HSL color Cylindrical-coordinate representation of color #F380F9: hue angle of 297.02º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F380F9 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243128249-
CMYK0.020.4900.02
HSL297.02º90.98%73.92%-
HSV(B)297.02º48.59%97.65%-
XYZ61.7841.3394.34-
YUV176.18169.1175.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 128 (50.39% from 255) = 20.65%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=39.19%
G=20.65%
B=40.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431282490.020.4900.02297.0290.9873.92
HexF380F9231021295b4a
Octal36320037126102451133112
Binary1111001110000000111110011011000101010010100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380F9; }

 p { color: rgb(243,128,249); }

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

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

 a { background-color: rgb(243,128,249); }

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

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

 span { border-color: rgb(243,128,249); }

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