Html Css Color HEX #F084ED Violet

📋 copy color: '#F084ED'

red 240 ◦ green 132 ◦ blue 237

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

Shades of Violet #F084ED

Tints of Violet #F084ED

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.67%

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 39.41%
G = 21.67%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F084ED (or 0xF084ED) is known color: Violet. HEX triplet: F0, 84 and ED. RGB value is (240,132,237). Sum of RGB (Red+Green+Blue) = 240+132+237=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F084ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084ED is #0F7B12. Grayscale: #AFAFAF. Windows color (decimal): -1014547 or 15566064. OLE color: 15566064.

HSL color Cylindrical-coordinate representation of color #F084ED: hue angle of 301.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084ED is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 237 -
CMYK 0 0.45 0.01 0.06
HSL 301.67º 0.78% 0.73% -
HSV(B) 301.67º 0.45% 0.94% -
XYZ 59.47 41.14 84.93 -
YUV 176.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 240 132 237 0 0.45 0.01 0.06 301.67 0.78 0.73
Hex F0 84 ED 0 2D 1 6 12E 4E 49
Octal 360 204 355 0 55 1 6 456 116 111
Binary 11110000 10000100 11101101 0 101101 1 110 100101110 1001110 1001001

Color Harmonies of #F084ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084ED

Black with #F084ED

Text Example


Text Example

White with #F084ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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