#F5347F

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

Shades of Violet Red #F5347F

Tints of Violet Red #F5347F

Color information

#F5347F (or 0xF5347F) is unknown color: approx Violet Red. HEX triplet: F5, 34 and 7F. RGB value is (245,52,127). Sum of RGB (Red+Green+Blue) = 245+52+127=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5347F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5347F is #0ACB80. Grayscale: #767676. Windows color (decimal): -707457 or 8336629. OLE color: 8336629.

HSL color Cylindrical-coordinate representation of color #F5347F: hue angle of 336.68º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5347F is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24552127-
CMYK00.790.480.04
HSL336.68º90.61%58.24%-
HSV(B)336.68º78.78%96.08%-
XYZ42.7123.422.34-
YUV118.26132.94218.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.78%
GREEN value IS 52 (20.70% from 255) = 12.26%
BLUE value IS 127 (50% from 255) = 29.95%
R=57.78%
G=12.26%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455212700.790.480.04336.6890.6158.24
HexF5347F04F3041515b3a
Octal36564177011760452113372
Binary111101011101001111111010011111100001001010100011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5347F; }

 p { color: rgb(245,52,127); }

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

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

 a { background-color: rgb(245,52,127); }

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

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

 span { border-color: rgb(245,52,127); }

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