Html Css Color HEX #F04079 Violet Red

📋 copy color: '#F04079'

red 240 ◦ green 64 ◦ blue 121

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

Shades of Violet Red #F04079

Tints of Violet Red #F04079

RGB

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

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

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

R = 56.47%
G = 15.06%
B = 28.47%

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

#F04079 (or 0xF04079) is known color: Violet Red. HEX triplet: F0, 40 and 79. RGB value is (240,64,121). Sum of RGB (Red+Green+Blue) = 240+64+121=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F04079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04079 is #0FBF86. Grayscale: #7B7B7B. Windows color (decimal): -1032071 or 7946480. OLE color: 7946480.

HSL color Cylindrical-coordinate representation of color #F04079: hue angle of 340.57º 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 #F04079 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 121 -
CMYK 0 0.73 0.50 0.06
HSL 340.57º 0.85% 0.6% -
HSV(B) 340.57º 0.73% 0.94% -
XYZ 41.22 23.57 20.47 -
YUV 123.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 240 64 121 0 0.73 0.50 0.06 340.57 0.85 0.6
Hex F0 40 79 0 49 32 6 155 55 3C
Octal 360 100 171 0 111 62 6 525 125 74
Binary 11110000 1000000 1111001 0 1001001 110010 110 101010101 1010101 111100

Color Harmonies of #F04079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04079

Black with #F04079

Text Example


Text Example

White with #F04079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04079; }

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

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

background-color css

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

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

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

border-color css

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

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

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