Html Css Color HEX #F53180 Violet Red

📋 copy color: '#F53180'

red 245 ◦ green 49 ◦ blue 128

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

Shades of Violet Red #F53180

Tints of Violet Red #F53180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 58.06%
G = 11.61%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F53180 (or 0xF53180) is known color: Violet Red. HEX triplet: F5, 31 and 80. RGB value is (245,49,128). Sum of RGB (Red+Green+Blue) = 245+49+128=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F53180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53180 is #0ACE7F. Grayscale: #747474. Windows color (decimal): -708224 or 8401397. OLE color: 8401397.

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

Color convert

RGB 245 49 128 -
CMYK 0 0.8 0.48 0.04
HSL 335.82º 0.91% 0.58% -
HSV(B) 335.82º 0.8% 0.96% -
XYZ 42.65 23.17 22.65 -
YUV 116.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 245 49 128 0 0.8 0.48 0.04 335.82 0.91 0.58
Hex F5 31 80 0 50 30 4 150 5B 3A
Octal 365 61 200 0 120 60 4 520 133 72
Binary 11110101 110001 10000000 0 1010000 110000 100 101010000 1011011 111010

Color Harmonies of #F53180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53180

Black with #F53180

Text Example


Text Example

White with #F53180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53180; }

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

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

background-color css

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

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

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

border-color css

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

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

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