Html Css Color HEX #F04279 Violet Red

📋 copy color: '#F04279'

red 240 ◦ green 66 ◦ blue 121

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

Shades of Violet Red #F04279

Tints of Violet Red #F04279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.46%

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

R = 56.21%
G = 15.46%
B = 28.34%

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

#F04279 (or 0xF04279) is known color: Violet Red. HEX triplet: F0, 42 and 79. RGB value is (240,66,121). Sum of RGB (Red+Green+Blue) = 240+66+121=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F04279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04279 is #0FBD86. Grayscale: #7C7C7C. Windows color (decimal): -1031559 or 7946992. OLE color: 7946992.

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

Color convert

RGB 240 66 121 -
CMYK 0 0.72 0.50 0.06
HSL 341.03º 0.85% 0.6% -
HSV(B) 341.03º 0.73% 0.94% -
XYZ 41.33 23.8 20.5 -
YUV 124.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 240 66 121 0 0.72 0.50 0.06 341.03 0.85 0.6
Hex F0 42 79 0 48 32 6 155 55 3C
Octal 360 102 171 0 110 62 6 525 125 74
Binary 11110000 1000010 1111001 0 1001000 110010 110 101010101 1010101 111100

Color Harmonies of #F04279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04279

Black with #F04279

Text Example


Text Example

White with #F04279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04279; }

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

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

background-color css

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

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

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

border-color css

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

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

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