#F3307D

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

Shades of Violet Red #F3307D

Tints of Violet Red #F3307D

Color information

#F3307D (or 0xF3307D) is unknown color: approx Violet Red. HEX triplet: F3, 30 and 7D. RGB value is (243,48,125). Sum of RGB (Red+Green+Blue) = 243+48+125=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F3307D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3307D is #0CCF82. Grayscale: #727272. Windows color (decimal): -839555 or 8204531. OLE color: 8204531.

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

Color convert

RGB24348125-
CMYK00.800.490.05
HSL336.31º89.04%57.06%-
HSV(B)336.31º80.25%95.29%-
XYZ41.7222.6521.57-
YUV115.08133.6219.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.41%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=58.41%
G=11.54%
B=30.05%

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
Decimal2434812500.800.490.05336.3189.0457.06
HexF3307D0503151505939
Octal36360175012061552013171
Binary111100111100001111101010100001100011011010100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3307D; }

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

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

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

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

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

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

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

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