Html Css Color HEX #F04280 Violet Red

📋 copy color: '#F04280'

red 240 ◦ green 66 ◦ blue 128

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

Shades of Violet Red #F04280

Tints of Violet Red #F04280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.21%

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

R = 55.3%
G = 15.21%
B = 29.49%

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

#F04280 (or 0xF04280) is known color: Violet Red. HEX triplet: F0, 42 and 80. RGB value is (240,66,128). Sum of RGB (Red+Green+Blue) = 240+66+128=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F04280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04280 is #0FBD7F. Grayscale: #7D7D7D. Windows color (decimal): -1031552 or 8405744. OLE color: 8405744.

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

Color convert

RGB 240 66 128 -
CMYK 0 0.72 0.47 0.06
HSL 338.62º 0.85% 0.6% -
HSV(B) 338.62º 0.73% 0.94% -
XYZ 41.78 23.98 22.85 -
YUV 125.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 240 66 128 0 0.72 0.47 0.06 338.62 0.85 0.6
Hex F0 42 80 0 48 2F 6 153 55 3C
Octal 360 102 200 0 110 57 6 523 125 74
Binary 11110000 1000010 10000000 0 1001000 101111 110 101010011 1010101 111100

Color Harmonies of #F04280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04280

Black with #F04280

Text Example


Text Example

White with #F04280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04280; }

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

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

background-color css

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

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

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

border-color css

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

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

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