#F3468B

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

Shades of Violet Red #F3468B

Tints of Violet Red #F3468B

Color information

#F3468B (or 0xF3468B) is unknown color: approx Violet Red. HEX triplet: F3, 46 and 8B. RGB value is (243,70,139). Sum of RGB (Red+Green+Blue) = 243+70+139=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3468B is #0CB974. Grayscale: #818181. Windows color (decimal): -833909 or 9127667. OLE color: 9127667.

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

Color convert

RGB24370139-
CMYK00.710.430.05
HSL336.07º87.82%61.37%-
HSV(B)336.07º71.19%95.29%-
XYZ43.8125.327-
YUV129.59133.31208.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.76%
GREEN value IS 70 (27.73% from 255) = 15.49%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=53.76%
G=15.49%
B=30.75%

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
Decimal2437013900.710.430.05336.0787.8261.37
HexF3468B0472B5150583d
Octal363106213010753552013075
Binary11110011100011010001011010001111010111011010100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3468B; }

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

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

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

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

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

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

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

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