Html Css Color HEX #F53177 Violet Red

📋 copy color: '#F53177'

red 245 ◦ green 49 ◦ blue 119

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

Shades of Violet Red #F53177

Tints of Violet Red #F53177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.86%

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 59.32%
G = 11.86%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F53177 (or 0xF53177) is known color: Violet Red. HEX triplet: F5, 31 and 77. RGB value is (245,49,119). Sum of RGB (Red+Green+Blue) = 245+49+119=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53177 is #0ACE88. Grayscale: #737373. Windows color (decimal): -708233 or 7811573. OLE color: 7811573.

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

Color convert

RGB 245 49 119 -
CMYK 0 0.8 0.51 0.04
HSL 338.57º 0.91% 0.58% -
HSV(B) 338.57º 0.8% 0.96% -
XYZ 42.08 22.94 19.66 -
YUV 115.58 129.93 220.31 -
System Red Green Blue C M Y K H S L
Decimal 245 49 119 0 0.8 0.51 0.04 338.57 0.91 0.58
Hex F5 31 77 0 50 33 4 153 5B 3A
Octal 365 61 167 0 120 63 4 523 133 72
Binary 11110101 110001 1110111 0 1010000 110011 100 101010011 1011011 111010

Color Harmonies of #F53177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53177

Black with #F53177

Text Example


Text Example

White with #F53177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53177; }

 p { color: rgb(245,49,119); }

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

background-color css

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

 a { background-color: rgb(245,49,119); }

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

border-color css

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

 span { border-color: rgb(245,49,119); }

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