Html Css Color HEX #F04084 Violet Red

📋 copy color: '#F04084'

red 240 ◦ green 64 ◦ blue 132

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

Shades of Violet Red #F04084

Tints of Violet Red #F04084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 55.05%
G = 14.68%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F04084 (or 0xF04084) is known color: Violet Red. HEX triplet: F0, 40 and 84. RGB value is (240,64,132). Sum of RGB (Red+Green+Blue) = 240+64+132=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F04084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04084 is #0FBF7B. Grayscale: #7C7C7C. Windows color (decimal): -1032060 or 8667376. OLE color: 8667376.

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

Color convert

RGB 240 64 132 -
CMYK 0 0.73 0.45 0.06
HSL 336.82º 0.85% 0.6% -
HSV(B) 336.82º 0.73% 0.94% -
XYZ 41.93 23.86 24.22 -
YUV 124.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 240 64 132 0 0.73 0.45 0.06 336.82 0.85 0.6
Hex F0 40 84 0 49 2D 6 151 55 3C
Octal 360 100 204 0 111 55 6 521 125 74
Binary 11110000 1000000 10000100 0 1001001 101101 110 101010001 1010101 111100

Color Harmonies of #F04084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04084

Black with #F04084

Text Example


Text Example

White with #F04084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04084; }

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

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

background-color css

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

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

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

border-color css

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

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

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