Html Css Color HEX #F53879 Violet Red

📋 copy color: '#F53879'

red 245 ◦ green 56 ◦ blue 121

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

Shades of Violet Red #F53879

Tints of Violet Red #F53879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.27%

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

R = 58.06%
G = 13.27%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F53879 (or 0xF53879) is known color: Violet Red. HEX triplet: F5, 38 and 79. RGB value is (245,56,121). Sum of RGB (Red+Green+Blue) = 245+56+121=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F53879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53879 is #0AC786. Grayscale: #777777. Windows color (decimal): -706439 or 7944437. OLE color: 7944437.

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

Color convert

RGB 245 56 121 -
CMYK 0 0.77 0.51 0.04
HSL 339.37º 0.9% 0.59% -
HSV(B) 339.37º 0.77% 0.96% -
XYZ 42.52 23.62 20.41 -
YUV 119.92 128.62 217.21 -
System Red Green Blue C M Y K H S L
Decimal 245 56 121 0 0.77 0.51 0.04 339.37 0.9 0.59
Hex F5 38 79 0 4D 33 4 153 5A 3B
Octal 365 70 171 0 115 63 4 523 132 73
Binary 11110101 111000 1111001 0 1001101 110011 100 101010011 1011010 111011

Color Harmonies of #F53879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53879

Black with #F53879

Text Example


Text Example

White with #F53879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53879; }

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

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

background-color css

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

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

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

border-color css

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

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

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