Html Css Color HEX #F53082 Violet Red

📋 copy color: '#F53082'

red 245 ◦ green 48 ◦ blue 130

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

Shades of Violet Red #F53082

Tints of Violet Red #F53082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.35%

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 57.92%
G = 11.35%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F53082 (or 0xF53082) is known color: Violet Red. HEX triplet: F5, 30 and 82. RGB value is (245,48,130). Sum of RGB (Red+Green+Blue) = 245+48+130=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F53082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53082 is #0ACF7D. Grayscale: #747474. Windows color (decimal): -708478 or 8532213. OLE color: 8532213.

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

Color convert

RGB 245 48 130 -
CMYK 0 0.80 0.47 0.04
HSL 335.03º 0.91% 0.57% -
HSV(B) 335.03º 0.8% 0.96% -
XYZ 42.74 23.14 23.33 -
YUV 116.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 245 48 130 0 0.80 0.47 0.04 335.03 0.91 0.57
Hex F5 30 82 0 50 2F 4 14F 5B 39
Octal 365 60 202 0 120 57 4 517 133 71
Binary 11110101 110000 10000010 0 1010000 101111 100 101001111 1011011 111001

Color Harmonies of #F53082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53082

Black with #F53082

Text Example


Text Example

White with #F53082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53082; }

 p { color: rgb(245,48,130); }

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

background-color css

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

 a { background-color: rgb(245,48,130); }

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

border-color css

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

 span { border-color: rgb(245,48,130); }

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