#F1407A

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

Shades of Violet Red #F1407A

Tints of Violet Red #F1407A

Color information

#F1407A (or 0xF1407A) is unknown color: approx Violet Red. HEX triplet: F1, 40 and 7A. RGB value is (241,64,122). Sum of RGB (Red+Green+Blue) = 241+64+122=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F1407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1407A is #0EBF85. Grayscale: #7B7B7B. Windows color (decimal): -966534 or 8012017. OLE color: 8012017.

HSL color Cylindrical-coordinate representation of color #F1407A: hue angle of 340.34º degrees, saturation: 0.86, 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 #F1407A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24164122-
CMYK00.730.490.05
HSL340.34º86.34%59.8%-
HSV(B)340.34º73.44%94.51%-
XYZ41.6223.7720.81-
YUV123.54127.14211.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=56.44%
G=14.99%
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.05
SystemRedGreenBlueCMYKHSL
Decimal2416412200.730.490.05340.3486.3459.8
HexF1407A049315154563c
Octal361100172011161552412674
Binary1111000110000001111010010010011100011011010101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1407A; }

 p { color: rgb(241,64,122); }

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

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

 a { background-color: rgb(241,64,122); }

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

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

 span { border-color: rgb(241,64,122); }

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