#F3468D

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

Shades of Violet Red #F3468D

Tints of Violet Red #F3468D

Color information

#F3468D (or 0xF3468D) is unknown color: approx Violet Red. HEX triplet: F3, 46 and 8D. RGB value is (243,70,141). Sum of RGB (Red+Green+Blue) = 243+70+141=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3468D is #0CB972. Grayscale: #818181. Windows color (decimal): -833907 or 9258739. OLE color: 9258739.

HSL color Cylindrical-coordinate representation of color #F3468D: hue angle of 335.38º 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 #F3468D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24370141-
CMYK00.710.420.05
HSL335.38º87.82%61.37%-
HSV(B)335.38º71.19%95.29%-
XYZ43.9625.3627.78-
YUV129.82134.31208.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.52%
GREEN value IS 70 (27.73% from 255) = 15.42%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=53.52%
G=15.42%
B=31.06%

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
Decimal2437014100.710.420.05335.3887.8261.37
HexF3468D0472A514f583d
Octal363106215010752551713075
Binary11110011100011010001101010001111010101011010011111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3468D; }

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

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

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

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

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

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

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

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