Html Css Color HEX #F53786 Violet Red

📋 copy color: '#F53786'

red 245 ◦ green 55 ◦ blue 134

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

Shades of Violet Red #F53786

Tints of Violet Red #F53786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.67%

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 56.45%
G = 12.67%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F53786 (or 0xF53786) is known color: Violet Red. HEX triplet: F5, 37 and 86. RGB value is (245,55,134). Sum of RGB (Red+Green+Blue) = 245+55+134=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F53786 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53786 is #0AC879. Grayscale: #787878. Windows color (decimal): -706682 or 8796149. OLE color: 8796149.

HSL color Cylindrical-coordinate representation of color #F53786: hue angle of 335.05º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53786 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 134 -
CMYK 0 0.78 0.45 0.04
HSL 335.05º 0.9% 0.59% -
HSV(B) 335.05º 0.78% 0.96% -
XYZ 43.33 23.87 24.88 -
YUV 120.82 135.45 216.58 -
System Red Green Blue C M Y K H S L
Decimal 245 55 134 0 0.78 0.45 0.04 335.05 0.9 0.59
Hex F5 37 86 0 4E 2D 4 14F 5A 3B
Octal 365 67 206 0 116 55 4 517 132 73
Binary 11110101 110111 10000110 0 1001110 101101 100 101001111 1011010 111011

Color Harmonies of #F53786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53786

Black with #F53786

Text Example


Text Example

White with #F53786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53786; }

 p { color: rgb(245,55,134); }

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

background-color css

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

 a { background-color: rgb(245,55,134); }

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

border-color css

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

 span { border-color: rgb(245,55,134); }

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