Html Css Color HEX #F53283 Violet Red

📋 copy color: '#F53283'

red 245 ◦ green 50 ◦ blue 131

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

Shades of Violet Red #F53283

Tints of Violet Red #F53283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.74%

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

R = 57.51%
G = 11.74%
B = 30.75%

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

#F53283 (or 0xF53283) is known color: Violet Red. HEX triplet: F5, 32 and 83. RGB value is (245,50,131). Sum of RGB (Red+Green+Blue) = 245+50+131=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F53283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53283 is #0ACD7C. Grayscale: #757575. Windows color (decimal): -707965 or 8598261. OLE color: 8598261.

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

Color convert

RGB 245 50 131 -
CMYK 0 0.80 0.47 0.04
HSL 335.08º 0.91% 0.58% -
HSV(B) 335.08º 0.8% 0.96% -
XYZ 42.89 23.33 23.72 -
YUV 117.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 245 50 131 0 0.80 0.47 0.04 335.08 0.91 0.58
Hex F5 32 83 0 50 2F 4 14F 5B 3A
Octal 365 62 203 0 120 57 4 517 133 72
Binary 11110101 110010 10000011 0 1010000 101111 100 101001111 1011011 111010

Color Harmonies of #F53283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53283

Black with #F53283

Text Example


Text Example

White with #F53283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53283; }

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

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

background-color css

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

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

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

border-color css

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

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

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