#F0417A

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

Shades of Violet Red #F0417A

Tints of Violet Red #F0417A

Color information

#F0417A (or 0xF0417A) is unknown color: approx Violet Red. HEX triplet: F0, 41 and 7A. RGB value is (240,65,122). Sum of RGB (Red+Green+Blue) = 240+65+122=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0417A is #0FBE85. Grayscale: #7B7B7B. Windows color (decimal): -1031814 or 8012272. OLE color: 8012272.

HSL color Cylindrical-coordinate representation of color #F0417A: hue angle of 340.46º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0417A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB24065122-
CMYK00.730.490.06
HSL340.46º85.37%59.8%-
HSV(B)340.46º72.92%94.12%-
XYZ41.3423.7120.81-
YUV123.82126.98210.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.21%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=56.21%
G=15.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406512200.730.490.06340.4685.3759.8
HexF0417A049316154553c
Octal360101172011161652412574
Binary1111000010000011111010010010011100011101010101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0417A; }

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

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

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

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

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

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

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

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