Html Css Color HEX #F494FF Violet

📋 copy color: '#F494FF'

red 244 ◦ green 148 ◦ blue 255

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

Shades of Violet #F494FF

Tints of Violet #F494FF

RGB

 RED value IS 244 (95.7% from 255) = 37.71%

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

 BLUE value IS 255 (100% from 255) = 39.41%

R = 37.71%
G = 22.87%
B = 39.41%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F494FF (or 0xF494FF) is known color: Violet. HEX triplet: F4, 94 and FF. RGB value is (244,148,255). Sum of RGB (Red+Green+Blue) = 244+148+255=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 148 (58.20% from 255 or 22.87% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #F494FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F494FF is #0B6B00. Grayscale: #BCBCBC. Windows color (decimal): -748289 or 16749812. OLE color: 16749812.

HSL color Cylindrical-coordinate representation of color #F494FF: hue angle of 293.83º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F494FF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 244 148 255 -
CMYK 0.04 0.42 0 0
HSL 293.83º 1% 0.79% -
HSV(B) 293.83º 0.42% 1% -
XYZ 65.95 47.63 100.33 -
YUV 188.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 244 148 255 0.04 0.42 0 0 293.83 1 0.79
Hex F4 94 FF 4 2A 0 0 126 64 4F
Octal 364 224 377 4 52 0 0 446 144 117
Binary 11110100 10010100 11111111 100 101010 0 0 100100110 1100100 1001111

Color Harmonies of #F494FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F494FF

Black with #F494FF

Text Example


Text Example

White with #F494FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F494FF; }

 p { color: rgb(244,148,255); }

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

background-color css

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

 a { background-color: rgb(244,148,255); }

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

border-color css

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

 span { border-color: rgb(244,148,255); }

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