Html Css Color HEX #F53881 Violet Red

📋 copy color: '#F53881'

red 245 ◦ green 56 ◦ blue 129

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

Shades of Violet Red #F53881

Tints of Violet Red #F53881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.02%

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

R = 56.98%
G = 13.02%
B = 30%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F53881 (or 0xF53881) is known color: Violet Red. HEX triplet: F5, 38 and 81. RGB value is (245,56,129). Sum of RGB (Red+Green+Blue) = 245+56+129=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F53881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53881 is #0AC77E. Grayscale: #787878. Windows color (decimal): -706431 or 8468725. OLE color: 8468725.

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

Color convert

RGB 245 56 129 -
CMYK 0 0.77 0.47 0.04
HSL 336.83º 0.9% 0.59% -
HSV(B) 336.83º 0.77% 0.96% -
XYZ 43.03 23.83 23.1 -
YUV 120.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 245 56 129 0 0.77 0.47 0.04 336.83 0.9 0.59
Hex F5 38 81 0 4D 2F 4 151 5A 3B
Octal 365 70 201 0 115 57 4 521 132 73
Binary 11110101 111000 10000001 0 1001101 101111 100 101010001 1011010 111011

Color Harmonies of #F53881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53881

Black with #F53881

Text Example


Text Example

White with #F53881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53881; }

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

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

background-color css

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

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

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

border-color css

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

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

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