Html Css Color HEX #F53379 Violet Red

📋 copy color: '#F53379'

red 245 ◦ green 51 ◦ blue 121

#F53379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #F53379

Tints of Violet Red #F53379

RGB

 RED value IS 245 (96.09% from 255) = 58.75%

 GREEN value IS 51 (20.31% from 255) = 12.23%

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 58.75%
G = 12.23%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F53379 (or 0xF53379) is known color: Violet Red. HEX triplet: F5, 33 and 79. RGB value is (245,51,121). Sum of RGB (Red+Green+Blue) = 245+51+121=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F53379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53379 is #0ACC86. Grayscale: #747474. Windows color (decimal): -707719 or 7943157. OLE color: 7943157.

HSL color Cylindrical-coordinate representation of color #F53379: hue angle of 338.35º 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 #F53379 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 51 121 -
CMYK 0 0.79 0.51 0.04
HSL 338.35º 0.91% 0.58% -
HSV(B) 338.35º 0.79% 0.96% -
XYZ 42.29 23.16 20.33 -
YUV 116.99 130.27 219.31 -
System Red Green Blue C M Y K H S L
Decimal 245 51 121 0 0.79 0.51 0.04 338.35 0.91 0.58
Hex F5 33 79 0 4F 33 4 152 5B 3A
Octal 365 63 171 0 117 63 4 522 133 72
Binary 11110101 110011 1111001 0 1001111 110011 100 101010010 1011011 111010

Color Harmonies of #F53379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53379

Black with #F53379

Text Example


Text Example

White with #F53379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53379; }

 p { color: rgb(245,51,121); }

 H1.HeaderClassName
 {
   color: #F53379;
 }
 .AnyTagClassName
 {
   color: #F53379;
 }
</style>

background-color css

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

 a { background-color: rgb(245,51,121); }

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

border-color css

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

 span { border-color: rgb(245,51,121); }

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