#F03379

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

Shades of Violet Red #F03379

Tints of Violet Red #F03379

Color information

#F03379 (or 0xF03379) is unknown color: approx Violet Red. HEX triplet: F0, 33 and 79. RGB value is (240,51,121). Sum of RGB (Red+Green+Blue) = 240+51+121=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F03379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03379 is #0FCC86. Grayscale: #737373. Windows color (decimal): -1035399 or 7943152. OLE color: 7943152.

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

Color convert

RGB24051121-
CMYK00.790.500.06
HSL337.78º86.3%57.06%-
HSV(B)337.78º78.75%94.12%-
XYZ40.5722.2720.25-
YUV115.49131.12216.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.25%
GREEN value IS 51 (20.31% from 255) = 12.38%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=58.25%
G=12.38%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405112100.790.500.06337.7886.357.06
HexF0337904F3261525639
Octal36063171011762652212671
Binary111100001100111111001010011111100101101010100101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03379; }

 p { color: rgb(240,51,121); }

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

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

 a { background-color: rgb(240,51,121); }

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

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

 span { border-color: rgb(240,51,121); }

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