Html Css Color HEX #F53D80 Violet Red

📋 copy color: '#F53D80'

red 245 ◦ green 61 ◦ blue 128

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

Shades of Violet Red #F53D80

Tints of Violet Red #F53D80

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.06%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 56.45%
G = 14.06%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F53D80 (or 0xF53D80) is known color: Violet Red. HEX triplet: F5, 3D and 80. RGB value is (245,61,128). Sum of RGB (Red+Green+Blue) = 245+61+128=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53D80 is #0AC27F. Grayscale: #7B7B7B. Windows color (decimal): -705152 or 8404469. OLE color: 8404469.

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

Color convert

RGB 245 61 128 -
CMYK 0 0.75 0.48 0.04
HSL 338.15º 0.9% 0.6% -
HSV(B) 338.15º 0.75% 0.96% -
XYZ 43.22 24.31 22.84 -
YUV 123.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 245 61 128 0 0.75 0.48 0.04 338.15 0.9 0.6
Hex F5 3D 80 0 4B 30 4 152 5A 3C
Octal 365 75 200 0 113 60 4 522 132 74
Binary 11110101 111101 10000000 0 1001011 110000 100 101010010 1011010 111100

Color Harmonies of #F53D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D80

Black with #F53D80

Text Example


Text Example

White with #F53D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D80; }

 p { color: rgb(245,61,128); }

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

background-color css

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

 a { background-color: rgb(245,61,128); }

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

border-color css

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

 span { border-color: rgb(245,61,128); }

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