Html Css Color HEX #F53E8D Violet Red

📋 copy color: '#F53E8D'

red 245 ◦ green 62 ◦ blue 141

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

Shades of Violet Red #F53E8D

Tints of Violet Red #F53E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.84%

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 54.69%
G = 13.84%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F53E8D (or 0xF53E8D) is known color: Violet Red. HEX triplet: F5, 3E and 8D. RGB value is (245,62,141). Sum of RGB (Red+Green+Blue) = 245+62+141=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53E8D is #0AC172. Grayscale: #7D7D7D. Windows color (decimal): -704883 or 9256693. OLE color: 9256693.

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

Color convert

RGB 245 62 141 -
CMYK 0 0.75 0.42 0.04
HSL 334.1º 0.9% 0.6% -
HSV(B) 334.1º 0.75% 0.96% -
XYZ 44.19 24.78 27.65 -
YUV 125.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 245 62 141 0 0.75 0.42 0.04 334.1 0.9 0.6
Hex F5 3E 8D 0 4B 2A 4 14E 5A 3C
Octal 365 76 215 0 113 52 4 516 132 74
Binary 11110101 111110 10001101 0 1001011 101010 100 101001110 1011010 111100

Color Harmonies of #F53E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53E8D

Black with #F53E8D

Text Example


Text Example

White with #F53E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53E8D; }

 p { color: rgb(245,62,141); }

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

background-color css

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

 a { background-color: rgb(245,62,141); }

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

border-color css

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

 span { border-color: rgb(245,62,141); }

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