#F07DFA

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

Shades of Violet #F07DFA

Tints of Violet #F07DFA

Color information

#F07DFA (or 0xF07DFA) is unknown color: approx Violet. HEX triplet: F0, 7D and FA. RGB value is (240,125,250). Sum of RGB (Red+Green+Blue) = 240+125+250=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #F07DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DFA is #0F8205. Grayscale: #ADADAD. Windows color (decimal): -1016326 or 16416240. OLE color: 16416240.

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

Color convert

RGB240125250-
CMYK0.040.5000.02
HSL295.2º92.59%73.53%-
HSV(B)295.2º50%98.04%-
XYZ60.5240.0994.99-
YUV173.64171.1175.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 125 (49.22% from 255) = 20.33%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=39.02%
G=20.33%
B=40.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401252500.040.5000.02295.292.5973.53
HexF07DFA432021275d4a
Octal36017537246202447135112
Binary1111000011111011111101010011001001010010011110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07DFA; }

 p { color: rgb(240,125,250); }

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

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

 a { background-color: rgb(240,125,250); }

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

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

 span { border-color: rgb(240,125,250); }

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