Html Css Color HEX #F54995 Violet Red

📋 copy color: '#F54995'

red 245 ◦ green 73 ◦ blue 149

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

Shades of Violet Red #F54995

Tints of Violet Red #F54995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.63%

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 52.46%
G = 15.63%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F54995 (or 0xF54995) is known color: Violet Red. HEX triplet: F5, 49 and 95. RGB value is (245,73,149). Sum of RGB (Red+Green+Blue) = 245+73+149=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F54995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54995 is #0AB66A. Grayscale: #848484. Windows color (decimal): -702059 or 9783797. OLE color: 9783797.

HSL color Cylindrical-coordinate representation of color #F54995: hue angle of 333.49º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54995 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 149 -
CMYK 0 0.70 0.39 0.04
HSL 333.49º 0.9% 0.62% -
HSV(B) 333.49º 0.7% 0.96% -
XYZ 45.46 26.35 31.12 -
YUV 133.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 245 73 149 0 0.70 0.39 0.04 333.49 0.9 0.62
Hex F5 49 95 0 46 27 4 14D 5A 3E
Octal 365 111 225 0 106 47 4 515 132 76
Binary 11110101 1001001 10010101 0 1000110 100111 100 101001101 1011010 111110

Color Harmonies of #F54995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54995

Black with #F54995

Text Example


Text Example

White with #F54995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54995; }

 p { color: rgb(245,73,149); }

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

background-color css

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

 a { background-color: rgb(245,73,149); }

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

border-color css

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

 span { border-color: rgb(245,73,149); }

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