Html Css Color HEX #F496FF Violet

📋 copy color: '#F496FF'

red 244 ◦ green 150 ◦ blue 255

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

Shades of Violet #F496FF

Tints of Violet #F496FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.11%

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

R = 37.6%
G = 23.11%
B = 39.29%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F496FF (or 0xF496FF) is known color: Violet. HEX triplet: F4, 96 and FF. RGB value is (244,150,255). Sum of RGB (Red+Green+Blue) = 244+150+255=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 150 (58.98% from 255 or 23.11% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #F496FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F496FF is #0B6900. Grayscale: #BDBDBD. Windows color (decimal): -747777 or 16750324. OLE color: 16750324.

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

Color convert

RGB 244 150 255 -
CMYK 0.04 0.41 0 0
HSL 293.71º 1% 0.79% -
HSV(B) 293.71º 0.41% 1% -
XYZ 66.26 48.27 100.43 -
YUV 190.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 244 150 255 0.04 0.41 0 0 293.71 1 0.79
Hex F4 96 FF 4 29 0 0 126 64 4F
Octal 364 226 377 4 51 0 0 446 144 117
Binary 11110100 10010110 11111111 100 101001 0 0 100100110 1100100 1001111

Color Harmonies of #F496FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F496FF

Black with #F496FF

Text Example


Text Example

White with #F496FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F496FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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