Html Css Color HEX #F54479 Violet Red

📋 copy color: '#F54479'

red 245 ◦ green 68 ◦ blue 121

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

Shades of Violet Red #F54479

Tints of Violet Red #F54479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.67%

 BLUE value IS 121 (47.66% from 255) = 27.88%

R = 56.45%
G = 15.67%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F54479 (or 0xF54479) is known color: Violet Red. HEX triplet: F5, 44 and 79. RGB value is (245,68,121). Sum of RGB (Red+Green+Blue) = 245+68+121=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F54479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54479 is #0ABB86. Grayscale: #7E7E7E. Windows color (decimal): -703367 or 7947509. OLE color: 7947509.

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

Color convert

RGB 245 68 121 -
CMYK 0 0.72 0.51 0.04
HSL 342.03º 0.9% 0.61% -
HSV(B) 342.03º 0.72% 0.96% -
XYZ 43.17 24.93 20.63 -
YUV 126.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 245 68 121 0 0.72 0.51 0.04 342.03 0.9 0.61
Hex F5 44 79 0 48 33 4 156 5A 3D
Octal 365 104 171 0 110 63 4 526 132 75
Binary 11110101 1000100 1111001 0 1001000 110011 100 101010110 1011010 111101

Color Harmonies of #F54479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54479

Black with #F54479

Text Example


Text Example

White with #F54479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54479; }

 p { color: rgb(245,68,121); }

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

background-color css

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

 a { background-color: rgb(245,68,121); }

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

border-color css

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

 span { border-color: rgb(245,68,121); }

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