Html Css Color HEX #F04080 Violet Red

📋 copy color: '#F04080'

red 240 ◦ green 64 ◦ blue 128

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

Shades of Violet Red #F04080

Tints of Violet Red #F04080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 55.56%
G = 14.81%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F04080 (or 0xF04080) is known color: Violet Red. HEX triplet: F0, 40 and 80. RGB value is (240,64,128). Sum of RGB (Red+Green+Blue) = 240+64+128=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F04080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04080 is #0FBF7F. Grayscale: #7B7B7B. Windows color (decimal): -1032064 or 8405232. OLE color: 8405232.

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

Color convert

RGB 240 64 128 -
CMYK 0 0.73 0.47 0.06
HSL 338.18º 0.85% 0.6% -
HSV(B) 338.18º 0.73% 0.94% -
XYZ 41.66 23.75 22.81 -
YUV 123.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 240 64 128 0 0.73 0.47 0.06 338.18 0.85 0.6
Hex F0 40 80 0 49 2F 6 152 55 3C
Octal 360 100 200 0 111 57 6 522 125 74
Binary 11110000 1000000 10000000 0 1001001 101111 110 101010010 1010101 111100

Color Harmonies of #F04080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04080

Black with #F04080

Text Example


Text Example

White with #F04080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04080; }

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

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

background-color css

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

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

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

border-color css

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

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

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