#F370ED

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

Shades of Violet #F370ED

Tints of Violet #F370ED

Color information

#F370ED (or 0xF370ED) is unknown color: approx Violet. HEX triplet: F3, 70 and ED. RGB value is (243,112,237). Sum of RGB (Red+Green+Blue) = 243+112+237=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F370ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370ED is #0C8F12. Grayscale: #A5A5A5. Windows color (decimal): -823059 or 15560947. OLE color: 15560947.

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

Color convert

RGB243112237-
CMYK00.540.020.05
HSL302.75º84.52%69.61%-
HSV(B)302.75º53.91%95.29%-
XYZ58.0436.7684.16-
YUV165.42168.4183.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 112 (44.14% from 255) = 18.92%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=41.05%
G=18.92%
B=40.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311223700.540.020.05302.7584.5269.61
HexF370ED0362512f5546
Octal36316035506625457125106
Binary1111001111100001110110101101101010110010111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F370ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F370ED; }

 p { color: rgb(243,112,237); }

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

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

 a { background-color: rgb(243,112,237); }

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

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

 span { border-color: rgb(243,112,237); }

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