#F3468A

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

Shades of Violet Red #F3468A

Tints of Violet Red #F3468A

Color information

#F3468A (or 0xF3468A) is unknown color: approx Violet Red. HEX triplet: F3, 46 and 8A. RGB value is (243,70,138). Sum of RGB (Red+Green+Blue) = 243+70+138=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3468A is #0CB975. Grayscale: #818181. Windows color (decimal): -833910 or 9062131. OLE color: 9062131.

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

Color convert

RGB24370138-
CMYK00.710.430.05
HSL336.42º87.82%61.37%-
HSV(B)336.42º71.19%95.29%-
XYZ43.7425.2726.62-
YUV129.48132.81208.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.88%
GREEN value IS 70 (27.73% from 255) = 15.52%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=53.88%
G=15.52%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437013800.710.430.05336.4287.8261.37
HexF3468A0472B5150583d
Octal363106212010753552013075
Binary11110011100011010001010010001111010111011010100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3468A; }

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

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

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

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

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

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

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

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