Html Css Color HEX #F04380 Violet Red

📋 copy color: '#F04380'

red 240 ◦ green 67 ◦ blue 128

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

Shades of Violet Red #F04380

Tints of Violet Red #F04380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.4%

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

R = 55.17%
G = 15.4%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F04380 (or 0xF04380) is known color: Violet Red. HEX triplet: F0, 43 and 80. RGB value is (240,67,128). Sum of RGB (Red+Green+Blue) = 240+67+128=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F04380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04380 is #0FBC7F. Grayscale: #7D7D7D. Windows color (decimal): -1031296 or 8406000. OLE color: 8406000.

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

Color convert

RGB 240 67 128 -
CMYK 0 0.72 0.47 0.06
HSL 338.84º 0.85% 0.6% -
HSV(B) 338.84º 0.72% 0.94% -
XYZ 41.84 24.1 22.87 -
YUV 125.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 240 67 128 0 0.72 0.47 0.06 338.84 0.85 0.6
Hex F0 43 80 0 48 2F 6 153 55 3C
Octal 360 103 200 0 110 57 6 523 125 74
Binary 11110000 1000011 10000000 0 1001000 101111 110 101010011 1010101 111100

Color Harmonies of #F04380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04380

Black with #F04380

Text Example


Text Example

White with #F04380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04380; }

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

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

background-color css

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

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

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

border-color css

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

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

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