Html Css Color HEX #F04479 Violet Red

📋 copy color: '#F04479'

red 240 ◦ green 68 ◦ blue 121

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

Shades of Violet Red #F04479

Tints of Violet Red #F04479

RGB

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

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

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

R = 55.94%
G = 15.85%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F04479 (or 0xF04479) is known color: Violet Red. HEX triplet: F0, 44 and 79. RGB value is (240,68,121). Sum of RGB (Red+Green+Blue) = 240+68+121=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F04479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04479 is #0FBB86. Grayscale: #7D7D7D. Windows color (decimal): -1031047 or 7947504. OLE color: 7947504.

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

Color convert

RGB 240 68 121 -
CMYK 0 0.72 0.50 0.06
HSL 341.51º 0.85% 0.6% -
HSV(B) 341.51º 0.72% 0.94% -
XYZ 41.45 24.04 20.54 -
YUV 125.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 240 68 121 0 0.72 0.50 0.06 341.51 0.85 0.6
Hex F0 44 79 0 48 32 6 156 55 3C
Octal 360 104 171 0 110 62 6 526 125 74
Binary 11110000 1000100 1111001 0 1001000 110010 110 101010110 1010101 111100

Color Harmonies of #F04479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04479

Black with #F04479

Text Example


Text Example

White with #F04479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04479; }

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

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

background-color css

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

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

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

border-color css

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

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

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