#F3307C

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

Shades of Violet Red #F3307C

Tints of Violet Red #F3307C

Color information

#F3307C (or 0xF3307C) is unknown color: approx Violet Red. HEX triplet: F3, 30 and 7C. RGB value is (243,48,124). Sum of RGB (Red+Green+Blue) = 243+48+124=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F3307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3307C is #0CCF83. Grayscale: #727272. Windows color (decimal): -839556 or 8138995. OLE color: 8138995.

HSL color Cylindrical-coordinate representation of color #F3307C: hue angle of 336.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3307C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24348124-
CMYK00.800.490.05
HSL336.62º89.04%57.06%-
HSV(B)336.62º80.25%95.29%-
XYZ41.6622.6221.24-
YUV114.97133.1219.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.55%
GREEN value IS 48 (19.14% from 255) = 11.57%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=58.55%
G=11.57%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434812400.800.490.05336.6289.0457.06
HexF3307C0503151515939
Octal36360174012061552113171
Binary111100111100001111100010100001100011011010100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3307C; }

 p { color: rgb(243,48,124); }

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

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

 a { background-color: rgb(243,48,124); }

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

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

 span { border-color: rgb(243,48,124); }

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