Html Css Color HEX #F085EE Violet

📋 copy color: '#F085EE'

red 240 ◦ green 133 ◦ blue 238

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

Shades of Violet #F085EE

Tints of Violet #F085EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.77%

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 39.28%
G = 21.77%
B = 38.95%

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

#F085EE (or 0xF085EE) is known color: Violet. HEX triplet: F0, 85 and EE. RGB value is (240,133,238). Sum of RGB (Red+Green+Blue) = 240+133+238=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F085EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085EE is #0F7A11. Grayscale: #B0B0B0. Windows color (decimal): -1014290 or 15631856. OLE color: 15631856.

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

Color convert

RGB 240 133 238 -
CMYK 0 0.45 0.01 0.06
HSL 301.12º 0.78% 0.73% -
HSV(B) 301.12º 0.45% 0.94% -
XYZ 59.76 41.47 85.74 -
YUV 176.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 240 133 238 0 0.45 0.01 0.06 301.12 0.78 0.73
Hex F0 85 EE 0 2D 1 6 12D 4E 49
Octal 360 205 356 0 55 1 6 455 116 111
Binary 11110000 10000101 11101110 0 101101 1 110 100101101 1001110 1001001

Color Harmonies of #F085EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085EE

Black with #F085EE

Text Example


Text Example

White with #F085EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085EE; }

 p { color: rgb(240,133,238); }

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

background-color css

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

 a { background-color: rgb(240,133,238); }

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

border-color css

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

 span { border-color: rgb(240,133,238); }

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