#F073F1

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

Shades of Violet #F073F1

Tints of Violet #F073F1

Color information

#F073F1 (or 0xF073F1) is unknown color: approx Violet. HEX triplet: F0, 73 and F1. RGB value is (240,115,241). Sum of RGB (Red+Green+Blue) = 240+115+241=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 115 (45.31% from 255 or 19.30% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #F073F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073F1 is #0F8C0E. Grayscale: #A6A6A6. Windows color (decimal): -1018895 or 15823856. OLE color: 15823856.

HSL color Cylindrical-coordinate representation of color #F073F1: hue angle of 299.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073F1 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240115241-
CMYK0.000.5200.05
HSL299.52º81.82%69.8%-
HSV(B)299.52º52.28%94.51%-
XYZ57.9437.1487.33-
YUV166.74169.91180.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 115 (45.31% from 255) = 19.30%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=40.27%
G=19.30%
B=40.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401152410.000.5200.05299.5281.8269.8
HexF073F10340512c5246
Octal36016336106405454122106
Binary111100001110011111100010110100010110010110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073F1; }

 p { color: rgb(240,115,241); }

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

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

 a { background-color: rgb(240,115,241); }

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

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

 span { border-color: rgb(240,115,241); }

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