#F3417A

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

Shades of Violet Red #F3417A

Tints of Violet Red #F3417A

Color information

#F3417A (or 0xF3417A) is unknown color: approx Violet Red. HEX triplet: F3, 41 and 7A. RGB value is (243,65,122). Sum of RGB (Red+Green+Blue) = 243+65+122=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F3417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3417A is #0CBE85. Grayscale: #7C7C7C. Windows color (decimal): -835206 or 8012275. OLE color: 8012275.

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

Color convert

RGB24365122-
CMYK00.730.500.05
HSL340.79º88.12%60.39%-
HSV(B)340.79º73.25%95.29%-
XYZ42.3724.2420.86-
YUV124.72126.47212.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.51%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=56.51%
G=15.12%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436512200.730.500.05340.7988.1260.39
HexF3417A049325155583c
Octal363101172011162552513074
Binary1111001110000011111010010010011100101011010101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3417A; }

 p { color: rgb(243,65,122); }

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

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

 a { background-color: rgb(243,65,122); }

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

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

 span { border-color: rgb(243,65,122); }

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