Html Css Color HEX #F094F9 Violet

📋 copy color: '#F094F9'

red 240 ◦ green 148 ◦ blue 249

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

Shades of Violet #F094F9

Tints of Violet #F094F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 37.68%
G = 23.23%
B = 39.09%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F094F9 (or 0xF094F9) is known color: Violet. HEX triplet: F0, 94 and F9. RGB value is (240,148,249). Sum of RGB (Red+Green+Blue) = 240+148+249=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 148 (58.20% from 255 or 23.23% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #F094F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094F9 is #0F6B06. Grayscale: #BABABA. Windows color (decimal): -1010439 or 16356592. OLE color: 16356592.

HSL color Cylindrical-coordinate representation of color #F094F9: hue angle of 294.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F094F9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 148 249 -
CMYK 0.04 0.41 0 0.02
HSL 294.65º 0.89% 0.78% -
HSV(B) 294.65º 0.41% 0.98% -
XYZ 63.62 46.54 95.25 -
YUV 187.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 240 148 249 0.04 0.41 0 0.02 294.65 0.89 0.78
Hex F0 94 F9 4 29 0 2 127 59 4E
Octal 360 224 371 4 51 0 2 447 131 116
Binary 11110000 10010100 11111001 100 101001 0 10 100100111 1011001 1001110

Color Harmonies of #F094F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094F9

Black with #F094F9

Text Example


Text Example

White with #F094F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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