Html Css Color HEX #F094ED Violet

📋 copy color: '#F094ED'

red 240 ◦ green 148 ◦ blue 237

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

Shades of Violet #F094ED

Tints of Violet #F094ED

RGB

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

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

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

R = 38.4%
G = 23.68%
B = 37.92%

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

#F094ED (or 0xF094ED) is known color: Violet. HEX triplet: F0, 94 and ED. RGB value is (240,148,237). Sum of RGB (Red+Green+Blue) = 240+148+237=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F094ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094ED is #0F6B12. Grayscale: #B9B9B9. Windows color (decimal): -1010451 or 15570160. OLE color: 15570160.

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

Color convert

RGB 240 148 237 -
CMYK 0 0.38 0.01 0.06
HSL 301.96º 0.75% 0.76% -
HSV(B) 301.96º 0.38% 0.94% -
XYZ 61.81 45.82 85.71 -
YUV 185.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 240 148 237 0 0.38 0.01 0.06 301.96 0.75 0.76
Hex F0 94 ED 0 26 1 6 12E 4B 4C
Octal 360 224 355 0 46 1 6 456 113 114
Binary 11110000 10010100 11101101 0 100110 1 110 100101110 1001011 1001100

Color Harmonies of #F094ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094ED

Black with #F094ED

Text Example


Text Example

White with #F094ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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