#F3357D

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

Shades of Violet Red #F3357D

Tints of Violet Red #F3357D

Color information

#F3357D (or 0xF3357D) is unknown color: approx Violet Red. HEX triplet: F3, 35 and 7D. RGB value is (243,53,125). Sum of RGB (Red+Green+Blue) = 243+53+125=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3357D is #0CCA82. Grayscale: #757575. Windows color (decimal): -838275 or 8205811. OLE color: 8205811.

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

Color convert

RGB24353125-
CMYK00.780.490.05
HSL337.26º88.79%58.04%-
HSV(B)337.26º78.19%95.29%-
XYZ41.9423.0821.65-
YUV118.02131.95217.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.72%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=57.72%
G=12.59%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435312500.780.490.05337.2688.7958.04
HexF3357D04E315151593a
Octal36365175011661552113172
Binary111100111101011111101010011101100011011010100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3357D; }

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

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

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

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

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

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

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

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