#F34076

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

Shades of Violet Red #F34076

Tints of Violet Red #F34076

Color information

#F34076 (or 0xF34076) is unknown color: approx Violet Red. HEX triplet: F3, 40 and 76. RGB value is (243,64,118). Sum of RGB (Red+Green+Blue) = 243+64+118=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F34076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34076 is #0CBF89. Grayscale: #7B7B7B. Windows color (decimal): -835466 or 7749875. OLE color: 7749875.

HSL color Cylindrical-coordinate representation of color #F34076: hue angle of 341.9º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34076 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24364118-
CMYK00.740.510.05
HSL341.9º88.18%60.2%-
HSV(B)341.9º73.66%95.29%-
XYZ42.0724.0319.56-
YUV123.68124.8213.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.18%
GREEN value IS 64 (25.39% from 255) = 15.06%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=57.18%
G=15.06%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436411800.740.510.05341.988.1860.2
HexF3407604A335156583c
Octal363100166011263552613074
Binary1111001110000001110110010010101100111011010101101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34076; }

 p { color: rgb(243,64,118); }

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

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

 a { background-color: rgb(243,64,118); }

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

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

 span { border-color: rgb(243,64,118); }

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