Html Css Color HEX #F54091 Violet Red

📋 copy color: '#F54091'

red 245 ◦ green 64 ◦ blue 145

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

Shades of Violet Red #F54091

Tints of Violet Red #F54091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.1%

 BLUE value IS 145 (57.03% from 255) = 31.94%

R = 53.96%
G = 14.1%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F54091 (or 0xF54091) is known color: Violet Red. HEX triplet: F5, 40 and 91. RGB value is (245,64,145). Sum of RGB (Red+Green+Blue) = 245+64+145=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F54091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54091 is #0ABF6E. Grayscale: #7F7F7F. Windows color (decimal): -704367 or 9519349. OLE color: 9519349.

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

Color convert

RGB 245 64 145 -
CMYK 0 0.74 0.41 0.04
HSL 333.15º 0.9% 0.61% -
HSV(B) 333.15º 0.74% 0.96% -
XYZ 44.6 25.12 29.29 -
YUV 127.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 245 64 145 0 0.74 0.41 0.04 333.15 0.9 0.61
Hex F5 40 91 0 4A 29 4 14D 5A 3D
Octal 365 100 221 0 112 51 4 515 132 75
Binary 11110101 1000000 10010001 0 1001010 101001 100 101001101 1011010 111101

Color Harmonies of #F54091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54091

Black with #F54091

Text Example


Text Example

White with #F54091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54091; }

 p { color: rgb(245,64,145); }

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

background-color css

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

 a { background-color: rgb(245,64,145); }

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

border-color css

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

 span { border-color: rgb(245,64,145); }

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