Html Css Color HEX #F04590 Violet Red

📋 copy color: '#F04590'

red 240 ◦ green 69 ◦ blue 144

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

Shades of Violet Red #F04590

Tints of Violet Red #F04590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.23%

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

R = 52.98%
G = 15.23%
B = 31.79%

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

#F04590 (or 0xF04590) is known color: Violet Red. HEX triplet: F0, 45 and 90. RGB value is (240,69,144). Sum of RGB (Red+Green+Blue) = 240+69+144=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F04590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04590 is #0FBA6F. Grayscale: #808080. Windows color (decimal): -1030768 or 9455088. OLE color: 9455088.

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

Color convert

RGB 240 69 144 -
CMYK 0 0.71 0.4 0.06
HSL 333.68º 0.85% 0.61% -
HSV(B) 333.68º 0.71% 0.94% -
XYZ 43.1 24.8 28.9 -
YUV 128.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 240 69 144 0 0.71 0.4 0.06 333.68 0.85 0.61
Hex F0 45 90 0 47 28 6 14E 55 3D
Octal 360 105 220 0 107 50 6 516 125 75
Binary 11110000 1000101 10010000 0 1000111 101000 110 101001110 1010101 111101

Color Harmonies of #F04590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04590

Black with #F04590

Text Example


Text Example

White with #F04590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04590; }

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

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

background-color css

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

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

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

border-color css

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

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

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