Html Css Color HEX #F04094 Violet Red

📋 copy color: '#F04094'

red 240 ◦ green 64 ◦ blue 148

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

Shades of Violet Red #F04094

Tints of Violet Red #F04094

RGB

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

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

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

R = 53.1%
G = 14.16%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04094 (or 0xF04094) is known color: Violet Red. HEX triplet: F0, 40 and 94. RGB value is (240,64,148). Sum of RGB (Red+Green+Blue) = 240+64+148=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F04094 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04094 is #0FBF6B. Grayscale: #7E7E7E. Windows color (decimal): -1032044 or 9715952. OLE color: 9715952.

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

Color convert

RGB 240 64 148 -
CMYK 0 0.73 0.38 0.06
HSL 331.36º 0.85% 0.6% -
HSV(B) 331.36º 0.73% 0.94% -
XYZ 43.11 24.33 30.44 -
YUV 126.2 140.31 209.17 -
System Red Green Blue C M Y K H S L
Decimal 240 64 148 0 0.73 0.38 0.06 331.36 0.85 0.6
Hex F0 40 94 0 49 26 6 14B 55 3C
Octal 360 100 224 0 111 46 6 513 125 74
Binary 11110000 1000000 10010100 0 1001001 100110 110 101001011 1010101 111100

Color Harmonies of #F04094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04094

Black with #F04094

Text Example


Text Example

White with #F04094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04094; }

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

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

background-color css

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

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

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

border-color css

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

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

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