Html Css Color HEX #F04690 Violet Red

📋 copy color: '#F04690'

red 240 ◦ green 70 ◦ blue 144

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

Shades of Violet Red #F04690

Tints of Violet Red #F04690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.42%

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

R = 52.86%
G = 15.42%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F04690 (or 0xF04690) is known color: Violet Red. HEX triplet: F0, 46 and 90. RGB value is (240,70,144). Sum of RGB (Red+Green+Blue) = 240+70+144=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F04690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04690 is #0FB96F. Grayscale: #818181. Windows color (decimal): -1030512 or 9455344. OLE color: 9455344.

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

Color convert

RGB 240 70 144 -
CMYK 0 0.71 0.4 0.06
HSL 333.88º 0.85% 0.61% -
HSV(B) 333.88º 0.71% 0.94% -
XYZ 43.16 24.92 28.92 -
YUV 129.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 240 70 144 0 0.71 0.4 0.06 333.88 0.85 0.61
Hex F0 46 90 0 47 28 6 14E 55 3D
Octal 360 106 220 0 107 50 6 516 125 75
Binary 11110000 1000110 10010000 0 1000111 101000 110 101001110 1010101 111101

Color Harmonies of #F04690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04690

Black with #F04690

Text Example


Text Example

White with #F04690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04690; }

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

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

background-color css

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

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

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

border-color css

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

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

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