Html Css Color HEX #F04494 Violet Red

📋 copy color: '#F04494'

red 240 ◦ green 68 ◦ blue 148

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

Shades of Violet Red #F04494

Tints of Violet Red #F04494

RGB

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

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

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

R = 52.63%
G = 14.91%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04494 (or 0xF04494) is known color: Violet Red. HEX triplet: F0, 44 and 94. RGB value is (240,68,148). Sum of RGB (Red+Green+Blue) = 240+68+148=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F04494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04494 is #0FBB6B. Grayscale: #808080. Windows color (decimal): -1031020 or 9716976. OLE color: 9716976.

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

Color convert

RGB 240 68 148 -
CMYK 0 0.72 0.38 0.06
HSL 332.09º 0.85% 0.6% -
HSV(B) 332.09º 0.72% 0.94% -
XYZ 43.35 24.8 30.52 -
YUV 128.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 240 68 148 0 0.72 0.38 0.06 332.09 0.85 0.6
Hex F0 44 94 0 48 26 6 14C 55 3C
Octal 360 104 224 0 110 46 6 514 125 74
Binary 11110000 1000100 10010100 0 1001000 100110 110 101001100 1010101 111100

Color Harmonies of #F04494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04494

Black with #F04494

Text Example


Text Example

White with #F04494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04494; }

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

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

background-color css

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

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

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

border-color css

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

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

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