Html Css Color HEX #F04394 Violet Red

📋 copy color: '#F04394'

red 240 ◦ green 67 ◦ blue 148

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

Shades of Violet Red #F04394

Tints of Violet Red #F04394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.73%

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

R = 52.75%
G = 14.73%
B = 32.53%

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

#F04394 (or 0xF04394) is known color: Violet Red. HEX triplet: F0, 43 and 94. RGB value is (240,67,148). Sum of RGB (Red+Green+Blue) = 240+67+148=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04394 is #0FBC6B. Grayscale: #7F7F7F. Windows color (decimal): -1031276 or 9716720. OLE color: 9716720.

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

Color convert

RGB 240 67 148 -
CMYK 0 0.72 0.38 0.06
HSL 331.91º 0.85% 0.6% -
HSV(B) 331.91º 0.72% 0.94% -
XYZ 43.29 24.68 30.5 -
YUV 127.96 139.31 207.91 -
System Red Green Blue C M Y K H S L
Decimal 240 67 148 0 0.72 0.38 0.06 331.91 0.85 0.6
Hex F0 43 94 0 48 26 6 14C 55 3C
Octal 360 103 224 0 110 46 6 514 125 74
Binary 11110000 1000011 10010100 0 1001000 100110 110 101001100 1010101 111100

Color Harmonies of #F04394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04394

Black with #F04394

Text Example


Text Example

White with #F04394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04394; }

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

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

background-color css

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

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

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

border-color css

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

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

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