#F0368C

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

Shades of Violet Red #F0368C

Tints of Violet Red #F0368C

Color information

#F0368C (or 0xF0368C) is unknown color: approx Violet Red. HEX triplet: F0, 36 and 8C. RGB value is (240,54,140). Sum of RGB (Red+Green+Blue) = 240+54+140=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0368C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0368C is #0FC973. Grayscale: #777777. Windows color (decimal): -1034612 or 9189104. OLE color: 9189104.

HSL color Cylindrical-coordinate representation of color #F0368C: hue angle of 332.26º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0368C is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB24054140-
CMYK00.780.420.06
HSL332.26º86.11%57.65%-
HSV(B)332.26º77.5%94.12%-
XYZ41.9923.0627.05-
YUV119.42139.62214.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.30%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=55.30%
G=12.44%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405414000.780.420.06332.2686.1157.65
HexF0368C04E2A614c563a
Octal36066214011652651412672
Binary1111000011011010001100010011101010101101010011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0368C; }

 p { color: rgb(240,54,140); }

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

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

 a { background-color: rgb(240,54,140); }

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

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

 span { border-color: rgb(240,54,140); }

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