Html Css Color HEX #F53781 Violet Red

📋 copy color: '#F53781'

red 245 ◦ green 55 ◦ blue 129

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

Shades of Violet Red #F53781

Tints of Violet Red #F53781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 57.11%
G = 12.82%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F53781 (or 0xF53781) is known color: Violet Red. HEX triplet: F5, 37 and 81. RGB value is (245,55,129). Sum of RGB (Red+Green+Blue) = 245+55+129=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F53781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53781 is #0AC87E. Grayscale: #787878. Windows color (decimal): -706687 or 8468469. OLE color: 8468469.

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

Color convert

RGB 245 55 129 -
CMYK 0 0.78 0.47 0.04
HSL 336.63º 0.9% 0.59% -
HSV(B) 336.63º 0.78% 0.96% -
XYZ 42.98 23.73 23.08 -
YUV 120.25 132.95 216.98 -
System Red Green Blue C M Y K H S L
Decimal 245 55 129 0 0.78 0.47 0.04 336.63 0.9 0.59
Hex F5 37 81 0 4E 2F 4 151 5A 3B
Octal 365 67 201 0 116 57 4 521 132 73
Binary 11110101 110111 10000001 0 1001110 101111 100 101010001 1011010 111011

Color Harmonies of #F53781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53781

Black with #F53781

Text Example


Text Example

White with #F53781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53781; }

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

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

background-color css

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

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

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

border-color css

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

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

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