#F07DEE

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

Shades of Violet #F07DEE

Tints of Violet #F07DEE

Color information

#F07DEE (or 0xF07DEE) is unknown color: approx Violet. HEX triplet: F0, 7D and EE. RGB value is (240,125,238). Sum of RGB (Red+Green+Blue) = 240+125+238=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 125 (49.22% from 255 or 20.73% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DEE is #0F8211. Grayscale: #ABABAB. Windows color (decimal): -1016338 or 15629808. OLE color: 15629808.

HSL color Cylindrical-coordinate representation of color #F07DEE: hue angle of 301.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DEE is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240125238-
CMYK00.480.010.06
HSL301.04º79.31%71.57%-
HSV(B)301.04º47.92%94.12%-
XYZ58.739.3785.39-
YUV172.27165.1176.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 125 (49.22% from 255) = 20.73%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=39.80%
G=20.73%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012523800.480.010.06301.0479.3171.57
HexF07DEE0301612d4f48
Octal36017535606016455117110
Binary111100001111101111011100110000111010010110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07DEE; }

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

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

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

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

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

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

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

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