Html Css Color HEX #F03780 Violet Red

📋 copy color: '#F03780'

red 240 ◦ green 55 ◦ blue 128

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

Shades of Violet Red #F03780

Tints of Violet Red #F03780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13%

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

R = 56.74%
G = 13%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F03780 (or 0xF03780) is known color: Violet Red. HEX triplet: F0, 37 and 80. RGB value is (240,55,128). Sum of RGB (Red+Green+Blue) = 240+55+128=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F03780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03780 is #0FC87F. Grayscale: #767676. Windows color (decimal): -1034368 or 8402928. OLE color: 8402928.

HSL color Cylindrical-coordinate representation of color #F03780: hue angle of 336.32º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03780 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 55 128 -
CMYK 0 0.77 0.47 0.06
HSL 336.32º 0.86% 0.58% -
HSV(B) 336.32º 0.77% 0.94% -
XYZ 41.2 22.82 22.65 -
YUV 118.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 240 55 128 0 0.77 0.47 0.06 336.32 0.86 0.58
Hex F0 37 80 0 4D 2F 6 150 56 3A
Octal 360 67 200 0 115 57 6 520 126 72
Binary 11110000 110111 10000000 0 1001101 101111 110 101010000 1010110 111010

Color Harmonies of #F03780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03780

Black with #F03780

Text Example


Text Example

White with #F03780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03780; }

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

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

background-color css

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

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

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

border-color css

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

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

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