Html Css Color HEX #F04179 Violet Red

📋 copy color: '#F04179'

red 240 ◦ green 65 ◦ blue 121

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

Shades of Violet Red #F04179

Tints of Violet Red #F04179

RGB

 RED value IS 240 (94.14% from 255) = 56.34%

 GREEN value IS 65 (25.78% from 255) = 15.26%

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

R = 56.34%
G = 15.26%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F04179 (or 0xF04179) is known color: Violet Red. HEX triplet: F0, 41 and 79. RGB value is (240,65,121). Sum of RGB (Red+Green+Blue) = 240+65+121=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04179 is #0FBE86. Grayscale: #7B7B7B. Windows color (decimal): -1031815 or 7946736. OLE color: 7946736.

HSL color Cylindrical-coordinate representation of color #F04179: hue angle of 340.8º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04179 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 121 -
CMYK 0 0.73 0.50 0.06
HSL 340.8º 0.85% 0.6% -
HSV(B) 340.8º 0.73% 0.94% -
XYZ 41.28 23.69 20.49 -
YUV 123.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 240 65 121 0 0.73 0.50 0.06 340.8 0.85 0.6
Hex F0 41 79 0 49 32 6 155 55 3C
Octal 360 101 171 0 111 62 6 525 125 74
Binary 11110000 1000001 1111001 0 1001001 110010 110 101010101 1010101 111100

Color Harmonies of #F04179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04179

Black with #F04179

Text Example


Text Example

White with #F04179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04179; }

 p { color: rgb(240,65,121); }

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

background-color css

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

 a { background-color: rgb(240,65,121); }

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

border-color css

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

 span { border-color: rgb(240,65,121); }

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