Html Css Color HEX #F53483 Violet Red

📋 copy color: '#F53483'

red 245 ◦ green 52 ◦ blue 131

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

Shades of Violet Red #F53483

Tints of Violet Red #F53483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.15%

 BLUE value IS 131 (51.56% from 255) = 30.61%

R = 57.24%
G = 12.15%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F53483 (or 0xF53483) is known color: Violet Red. HEX triplet: F5, 34 and 83. RGB value is (245,52,131). Sum of RGB (Red+Green+Blue) = 245+52+131=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F53483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53483 is #0ACB7C. Grayscale: #767676. Windows color (decimal): -707453 or 8598773. OLE color: 8598773.

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

Color convert

RGB 245 52 131 -
CMYK 0 0.79 0.47 0.04
HSL 335.44º 0.91% 0.58% -
HSV(B) 335.44º 0.79% 0.96% -
XYZ 42.98 23.51 23.74 -
YUV 118.71 134.94 218.08 -
System Red Green Blue C M Y K H S L
Decimal 245 52 131 0 0.79 0.47 0.04 335.44 0.91 0.58
Hex F5 34 83 0 4F 2F 4 14F 5B 3A
Octal 365 64 203 0 117 57 4 517 133 72
Binary 11110101 110100 10000011 0 1001111 101111 100 101001111 1011011 111010

Color Harmonies of #F53483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53483

Black with #F53483

Text Example


Text Example

White with #F53483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53483; }

 p { color: rgb(245,52,131); }

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

background-color css

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

 a { background-color: rgb(245,52,131); }

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

border-color css

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

 span { border-color: rgb(245,52,131); }

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