Html Css Color HEX #F04794 Violet Red

📋 copy color: '#F04794'

red 240 ◦ green 71 ◦ blue 148

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

Shades of Violet Red #F04794

Tints of Violet Red #F04794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.47%

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 52.29%
G = 15.47%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04794 (or 0xF04794) is known color: Violet Red. HEX triplet: F0, 47 and 94. RGB value is (240,71,148). Sum of RGB (Red+Green+Blue) = 240+71+148=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04794 is #0FB86B. Grayscale: #828282. Windows color (decimal): -1030252 or 9717744. OLE color: 9717744.

HSL color Cylindrical-coordinate representation of color #F04794: hue angle of 332.66º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04794 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 148 -
CMYK 0 0.70 0.38 0.06
HSL 332.66º 0.85% 0.61% -
HSV(B) 332.66º 0.7% 0.94% -
XYZ 43.53 25.17 30.58 -
YUV 130.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 240 71 148 0 0.70 0.38 0.06 332.66 0.85 0.61
Hex F0 47 94 0 46 26 6 14D 55 3D
Octal 360 107 224 0 106 46 6 515 125 75
Binary 11110000 1000111 10010100 0 1000110 100110 110 101001101 1010101 111101

Color Harmonies of #F04794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04794

Black with #F04794

Text Example


Text Example

White with #F04794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04794; }

 p { color: rgb(240,71,148); }

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

background-color css

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

 a { background-color: rgb(240,71,148); }

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

border-color css

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

 span { border-color: rgb(240,71,148); }

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