Html Css Color HEX #F04490 Violet Red

📋 copy color: '#F04490'

red 240 ◦ green 68 ◦ blue 144

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

Shades of Violet Red #F04490

Tints of Violet Red #F04490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 53.1%
G = 15.04%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F04490 (or 0xF04490) is known color: Violet Red. HEX triplet: F0, 44 and 90. RGB value is (240,68,144). Sum of RGB (Red+Green+Blue) = 240+68+144=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F04490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04490 is #0FBB6F. Grayscale: #7F7F7F. Windows color (decimal): -1031024 or 9454832. OLE color: 9454832.

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

Color convert

RGB 240 68 144 -
CMYK 0 0.72 0.4 0.06
HSL 333.49º 0.85% 0.6% -
HSV(B) 333.49º 0.72% 0.94% -
XYZ 43.04 24.67 28.88 -
YUV 128.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 240 68 144 0 0.72 0.4 0.06 333.49 0.85 0.6
Hex F0 44 90 0 48 28 6 14D 55 3C
Octal 360 104 220 0 110 50 6 515 125 74
Binary 11110000 1000100 10010000 0 1001000 101000 110 101001101 1010101 111100

Color Harmonies of #F04490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04490

Black with #F04490

Text Example


Text Example

White with #F04490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04490; }

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

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

background-color css

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

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

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

border-color css

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

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

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