Html Css Color HEX #F094EF Violet

📋 copy color: '#F094EF'

red 240 ◦ green 148 ◦ blue 239

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

Shades of Violet #F094EF

Tints of Violet #F094EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 38.28%
G = 23.6%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F094EF (or 0xF094EF) is known color: Violet. HEX triplet: F0, 94 and EF. RGB value is (240,148,239). Sum of RGB (Red+Green+Blue) = 240+148+239=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F094EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094EF is #0F6B10. Grayscale: #B9B9B9. Windows color (decimal): -1010449 or 15701232. OLE color: 15701232.

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

Color convert

RGB 240 148 239 -
CMYK 0 0.38 0.00 0.06
HSL 300.65º 0.75% 0.76% -
HSV(B) 300.65º 0.38% 0.94% -
XYZ 62.11 45.94 87.25 -
YUV 185.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 240 148 239 0 0.38 0.00 0.06 300.65 0.75 0.76
Hex F0 94 EF 0 26 0 6 12D 4B 4C
Octal 360 224 357 0 46 0 6 455 113 114
Binary 11110000 10010100 11101111 0 100110 0 110 100101101 1001011 1001100

Color Harmonies of #F094EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094EF

Black with #F094EF

Text Example


Text Example

White with #F094EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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