Html Css Color HEX #F53779 Violet Red

📋 copy color: '#F53779'

red 245 ◦ green 55 ◦ blue 121

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

Shades of Violet Red #F53779

Tints of Violet Red #F53779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.06%

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

R = 58.19%
G = 13.06%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F53779 (or 0xF53779) is known color: Violet Red. HEX triplet: F5, 37 and 79. RGB value is (245,55,121). Sum of RGB (Red+Green+Blue) = 245+55+121=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F53779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53779 is #0AC886. Grayscale: #777777. Windows color (decimal): -706695 or 7944181. OLE color: 7944181.

HSL color Cylindrical-coordinate representation of color #F53779: hue angle of 339.16º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53779 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 121 -
CMYK 0 0.78 0.51 0.04
HSL 339.16º 0.9% 0.59% -
HSV(B) 339.16º 0.78% 0.96% -
XYZ 42.47 23.53 20.39 -
YUV 119.33 128.95 217.63 -
System Red Green Blue C M Y K H S L
Decimal 245 55 121 0 0.78 0.51 0.04 339.16 0.9 0.59
Hex F5 37 79 0 4E 33 4 153 5A 3B
Octal 365 67 171 0 116 63 4 523 132 73
Binary 11110101 110111 1111001 0 1001110 110011 100 101010011 1011010 111011

Color Harmonies of #F53779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53779

Black with #F53779

Text Example


Text Example

White with #F53779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53779; }

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

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

background-color css

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

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

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

border-color css

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

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

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