Html Css Color HEX #F53776 Violet Red

📋 copy color: '#F53776'

red 245 ◦ green 55 ◦ blue 118

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

Shades of Violet Red #F53776

Tints of Violet Red #F53776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 58.61%
G = 13.16%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F53776 (or 0xF53776) is known color: Violet Red. HEX triplet: F5, 37 and 76. RGB value is (245,55,118). Sum of RGB (Red+Green+Blue) = 245+55+118=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F53776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53776 is #0AC889. Grayscale: #767676. Windows color (decimal): -706698 or 7747573. OLE color: 7747573.

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

Color convert

RGB 245 55 118 -
CMYK 0 0.78 0.52 0.04
HSL 340.11º 0.9% 0.59% -
HSV(B) 340.11º 0.78% 0.96% -
XYZ 42.29 23.45 19.44 -
YUV 118.99 127.45 217.88 -
System Red Green Blue C M Y K H S L
Decimal 245 55 118 0 0.78 0.52 0.04 340.11 0.9 0.59
Hex F5 37 76 0 4E 34 4 154 5A 3B
Octal 365 67 166 0 116 64 4 524 132 73
Binary 11110101 110111 1110110 0 1001110 110100 100 101010100 1011010 111011

Color Harmonies of #F53776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53776

Black with #F53776

Text Example


Text Example

White with #F53776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53776; }

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

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

background-color css

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

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

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

border-color css

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

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

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