#F1427F

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

Shades of Violet Red #F1427F

Tints of Violet Red #F1427F

Color information

#F1427F (or 0xF1427F) is unknown color: approx Violet Red. HEX triplet: F1, 42 and 7F. RGB value is (241,66,127). Sum of RGB (Red+Green+Blue) = 241+66+127=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1427F is #0EBD80. Grayscale: #7D7D7D. Windows color (decimal): -966017 or 8340209. OLE color: 8340209.

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

Color convert

RGB24166127-
CMYK00.730.470.05
HSL339.09º86.21%60.2%-
HSV(B)339.09º72.61%94.51%-
XYZ42.0524.1322.52-
YUV125.28128.98210.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.53%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 127 (50% from 255) = 29.26%
R=55.53%
G=15.21%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416612700.730.470.05339.0986.2160.2
HexF1427F0492F5153563c
Octal361102177011157552312674
Binary1111000110000101111111010010011011111011010100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1427F; }

 p { color: rgb(241,66,127); }

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

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

 a { background-color: rgb(241,66,127); }

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

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

 span { border-color: rgb(241,66,127); }

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