Html Css Color HEX #F54095 Violet Red

📋 copy color: '#F54095'

red 245 ◦ green 64 ◦ blue 149

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

Shades of Violet Red #F54095

Tints of Violet Red #F54095

RGB

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

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

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

R = 53.49%
G = 13.97%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F54095 (or 0xF54095) is known color: Violet Red. HEX triplet: F5, 40 and 95. RGB value is (245,64,149). Sum of RGB (Red+Green+Blue) = 245+64+149=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F54095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54095 is #0ABF6A. Grayscale: #7F7F7F. Windows color (decimal): -704363 or 9781493. OLE color: 9781493.

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

Color convert

RGB 245 64 149 -
CMYK 0 0.74 0.39 0.04
HSL 331.82º 0.9% 0.61% -
HSV(B) 331.82º 0.74% 0.96% -
XYZ 44.91 25.25 30.94 -
YUV 127.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 245 64 149 0 0.74 0.39 0.04 331.82 0.9 0.61
Hex F5 40 95 0 4A 27 4 14C 5A 3D
Octal 365 100 225 0 112 47 4 514 132 75
Binary 11110101 1000000 10010101 0 1001010 100111 100 101001100 1011010 111101

Color Harmonies of #F54095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54095

Black with #F54095

Text Example


Text Example

White with #F54095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54095; }

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

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

background-color css

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

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

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

border-color css

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

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

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