Html Css Color HEX #F094EE Violet

📋 copy color: '#F094EE'

red 240 ◦ green 148 ◦ blue 238

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

Shades of Violet #F094EE

Tints of Violet #F094EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.64%

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

R = 38.34%
G = 23.64%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F094EE (or 0xF094EE) is known color: Violet. HEX triplet: F0, 94 and EE. RGB value is (240,148,238). Sum of RGB (Red+Green+Blue) = 240+148+238=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F094EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094EE is #0F6B11. Grayscale: #B9B9B9. Windows color (decimal): -1010450 or 15635696. OLE color: 15635696.

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

Color convert

RGB 240 148 238 -
CMYK 0 0.38 0.01 0.06
HSL 301.3º 0.75% 0.76% -
HSV(B) 301.3º 0.38% 0.94% -
XYZ 61.96 45.88 86.48 -
YUV 185.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 240 148 238 0 0.38 0.01 0.06 301.3 0.75 0.76
Hex F0 94 EE 0 26 1 6 12D 4B 4C
Octal 360 224 356 0 46 1 6 455 113 114
Binary 11110000 10010100 11101110 0 100110 1 110 100101101 1001011 1001100

Color Harmonies of #F094EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094EE

Black with #F094EE

Text Example


Text Example

White with #F094EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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