Html Css Color HEX #F53387 Violet Red

📋 copy color: '#F53387'

red 245 ◦ green 51 ◦ blue 135

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

Shades of Violet Red #F53387

Tints of Violet Red #F53387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.83%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 56.84%
G = 11.83%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F53387 (or 0xF53387) is known color: Violet Red. HEX triplet: F5, 33 and 87. RGB value is (245,51,135). Sum of RGB (Red+Green+Blue) = 245+51+135=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F53387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53387 is #0ACC78. Grayscale: #767676. Windows color (decimal): -707705 or 8860661. OLE color: 8860661.

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

Color convert

RGB 245 51 135 -
CMYK 0 0.79 0.45 0.04
HSL 334.02º 0.91% 0.58% -
HSV(B) 334.02º 0.79% 0.96% -
XYZ 43.21 23.53 25.19 -
YUV 118.58 137.27 218.17 -
System Red Green Blue C M Y K H S L
Decimal 245 51 135 0 0.79 0.45 0.04 334.02 0.91 0.58
Hex F5 33 87 0 4F 2D 4 14E 5B 3A
Octal 365 63 207 0 117 55 4 516 133 72
Binary 11110101 110011 10000111 0 1001111 101101 100 101001110 1011011 111010

Color Harmonies of #F53387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53387

Black with #F53387

Text Example


Text Example

White with #F53387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53387; }

 p { color: rgb(245,51,135); }

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

background-color css

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

 a { background-color: rgb(245,51,135); }

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

border-color css

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

 span { border-color: rgb(245,51,135); }

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