#F0347D

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

Shades of Violet Red #F0347D

Tints of Violet Red #F0347D

Color information

#F0347D (or 0xF0347D) is unknown color: approx Violet Red. HEX triplet: F0, 34 and 7D. RGB value is (240,52,125). Sum of RGB (Red+Green+Blue) = 240+52+125=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0347D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0347D is #0FCB82. Grayscale: #747474. Windows color (decimal): -1035139 or 8205552. OLE color: 8205552.

HSL color Cylindrical-coordinate representation of color #F0347D: hue angle of 336.7º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0347D is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB24052125-
CMYK00.780.480.06
HSL336.7º86.24%57.25%-
HSV(B)336.7º78.33%94.12%-
XYZ40.8622.4621.58-
YUV116.53132.78216.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.55%
GREEN value IS 52 (20.70% from 255) = 12.47%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=57.55%
G=12.47%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405212500.780.480.06336.786.2457.25
HexF0347D04E3061515639
Octal36064175011660652112671
Binary111100001101001111101010011101100001101010100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0347D; }

 p { color: rgb(240,52,125); }

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

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

 a { background-color: rgb(240,52,125); }

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

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

 span { border-color: rgb(240,52,125); }

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