Html Css Color HEX #F085EB Violet

📋 copy color: '#F085EB'

red 240 ◦ green 133 ◦ blue 235

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

Shades of Violet #F085EB

Tints of Violet #F085EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 39.47%
G = 21.88%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F085EB (or 0xF085EB) is known color: Violet. HEX triplet: F0, 85 and EB. RGB value is (240,133,235). Sum of RGB (Red+Green+Blue) = 240+133+235=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F085EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085EB is #0F7A14. Grayscale: #B0B0B0. Windows color (decimal): -1014293 or 15435248. OLE color: 15435248.

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

Color convert

RGB 240 133 235 -
CMYK 0 0.45 0.02 0.06
HSL 302.8º 0.78% 0.73% -
HSV(B) 302.8º 0.45% 0.94% -
XYZ 59.32 41.3 83.44 -
YUV 176.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 240 133 235 0 0.45 0.02 0.06 302.8 0.78 0.73
Hex F0 85 EB 0 2D 2 6 12F 4E 49
Octal 360 205 353 0 55 2 6 457 116 111
Binary 11110000 10000101 11101011 0 101101 10 110 100101111 1001110 1001001

Color Harmonies of #F085EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085EB

Black with #F085EB

Text Example


Text Example

White with #F085EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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