Html Css Color HEX #F495FF Violet

📋 copy color: '#F495FF'

red 244 ◦ green 149 ◦ blue 255

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

Shades of Violet #F495FF

Tints of Violet #F495FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 22.99%

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

R = 37.65%
G = 22.99%
B = 39.35%

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

#F495FF (or 0xF495FF) is known color: Violet. HEX triplet: F4, 95 and FF. RGB value is (244,149,255). Sum of RGB (Red+Green+Blue) = 244+149+255=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 149 (58.59% from 255 or 22.99% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F495FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495FF is #0B6A00. Grayscale: #BDBDBD. Windows color (decimal): -748033 or 16750068. OLE color: 16750068.

HSL color Cylindrical-coordinate representation of color #F495FF: hue angle of 293.77º 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 #F495FF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 244 149 255 -
CMYK 0.04 0.42 0 0
HSL 293.77º 1% 0.79% -
HSV(B) 293.77º 0.42% 1% -
XYZ 66.11 47.95 100.38 -
YUV 189.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 244 149 255 0.04 0.42 0 0 293.77 1 0.79
Hex F4 95 FF 4 2A 0 0 126 64 4F
Octal 364 225 377 4 52 0 0 446 144 117
Binary 11110100 10010101 11111111 100 101010 0 0 100100110 1100100 1001111

Color Harmonies of #F495FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495FF

Black with #F495FF

Text Example


Text Example

White with #F495FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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