#F13F92

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

Shades of Violet Red #F13F92

Tints of Violet Red #F13F92

Color information

#F13F92 (or 0xF13F92) is unknown color: approx Violet Red. HEX triplet: F1, 3F and 92. RGB value is (241,63,146). Sum of RGB (Red+Green+Blue) = 241+63+146=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13F92 is #0EC06D. Grayscale: #7D7D7D. Windows color (decimal): -966766 or 9584625. OLE color: 9584625.

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

Color convert

RGB24163146-
CMYK00.740.390.05
HSL332.02º86.41%59.61%-
HSV(B)332.02º73.86%94.51%-
XYZ43.2424.3329.61-
YUV125.68139.47210.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 63 (25% from 255) = 14%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=53.56%
G=14%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416314600.740.390.05332.0286.4159.61
HexF13F9204A27514c563c
Octal36177222011247551412674
Binary1111000111111110010010010010101001111011010011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13F92; }

 p { color: rgb(241,63,146); }

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

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

 a { background-color: rgb(241,63,146); }

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

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

 span { border-color: rgb(241,63,146); }

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