Html Css Color HEX #F53987 Violet Red

📋 copy color: '#F53987'

red 245 ◦ green 57 ◦ blue 135

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

Shades of Violet Red #F53987

Tints of Violet Red #F53987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.04%

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

R = 56.06%
G = 13.04%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F53987 (or 0xF53987) is known color: Violet Red. HEX triplet: F5, 39 and 87. RGB value is (245,57,135). Sum of RGB (Red+Green+Blue) = 245+57+135=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F53987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53987 is #0AC678. Grayscale: #797979. Windows color (decimal): -706169 or 8862197. OLE color: 8862197.

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

Color convert

RGB 245 57 135 -
CMYK 0 0.77 0.45 0.04
HSL 335.11º 0.9% 0.59% -
HSV(B) 335.11º 0.77% 0.96% -
XYZ 43.49 24.09 25.28 -
YUV 122.1 135.28 215.66 -
System Red Green Blue C M Y K H S L
Decimal 245 57 135 0 0.77 0.45 0.04 335.11 0.9 0.59
Hex F5 39 87 0 4D 2D 4 14F 5A 3B
Octal 365 71 207 0 115 55 4 517 132 73
Binary 11110101 111001 10000111 0 1001101 101101 100 101001111 1011010 111011

Color Harmonies of #F53987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53987

Black with #F53987

Text Example


Text Example

White with #F53987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53987; }

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

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

background-color css

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

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

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

border-color css

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

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

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