#F07CED

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

Shades of Violet #F07CED

Tints of Violet #F07CED

Color information

#F07CED (or 0xF07CED) is unknown color: approx Violet. HEX triplet: F0, 7C and ED. RGB value is (240,124,237). Sum of RGB (Red+Green+Blue) = 240+124+237=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CED is #0F8312. Grayscale: #ABABAB. Windows color (decimal): -1016595 or 15564016. OLE color: 15564016.

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

Color convert

RGB240124237-
CMYK00.480.010.06
HSL301.55º79.45%71.37%-
HSV(B)301.55º48.33%94.12%-
XYZ58.4339.0584.58-
YUV171.57164.93176.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 124 (48.83% from 255) = 20.63%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=39.93%
G=20.63%
B=39.43%

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
Decimal24012423700.480.010.06301.5579.4571.37
HexF07CED0301612e4f47
Octal36017435506016456117107
Binary111100001111100111011010110000111010010111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CED; }

 p { color: rgb(240,124,237); }

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

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

 a { background-color: rgb(240,124,237); }

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

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

 span { border-color: rgb(240,124,237); }

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