#F3468E

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

Shades of Violet Red #F3468E

Tints of Violet Red #F3468E

Color information

#F3468E (or 0xF3468E) is unknown color: approx Violet Red. HEX triplet: F3, 46 and 8E. RGB value is (243,70,142). Sum of RGB (Red+Green+Blue) = 243+70+142=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F3468E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3468E is #0CB971. Grayscale: #818181. Windows color (decimal): -833906 or 9324275. OLE color: 9324275.

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

Color convert

RGB24370142-
CMYK00.710.420.05
HSL335.03º87.82%61.37%-
HSV(B)335.03º71.19%95.29%-
XYZ44.0325.3928.17-
YUV129.93134.81208.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.41%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=53.41%
G=15.38%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437014200.710.420.05335.0387.8261.37
HexF3468E0472A514f583d
Octal363106216010752551713075
Binary11110011100011010001110010001111010101011010011111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3468E; }

 p { color: rgb(243,70,142); }

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

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

 a { background-color: rgb(243,70,142); }

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

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

 span { border-color: rgb(243,70,142); }

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