Html Css Color HEX #F53184 Violet Red

📋 copy color: '#F53184'

red 245 ◦ green 49 ◦ blue 132

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

Shades of Violet Red #F53184

Tints of Violet Red #F53184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.99%

R = 57.51%
G = 11.5%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F53184 (or 0xF53184) is known color: Violet Red. HEX triplet: F5, 31 and 84. RGB value is (245,49,132). Sum of RGB (Red+Green+Blue) = 245+49+132=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F53184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53184 is #0ACE7B. Grayscale: #747474. Windows color (decimal): -708220 or 8663541. OLE color: 8663541.

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

Color convert

RGB 245 49 132 -
CMYK 0 0.8 0.46 0.04
HSL 334.59º 0.91% 0.58% -
HSV(B) 334.59º 0.8% 0.96% -
XYZ 42.92 23.28 24.06 -
YUV 117.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 245 49 132 0 0.8 0.46 0.04 334.59 0.91 0.58
Hex F5 31 84 0 50 2E 4 14F 5B 3A
Octal 365 61 204 0 120 56 4 517 133 72
Binary 11110101 110001 10000100 0 1010000 101110 100 101001111 1011011 111010

Color Harmonies of #F53184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53184

Black with #F53184

Text Example


Text Example

White with #F53184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53184; }

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

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

background-color css

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

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

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

border-color css

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

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

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