Html Css Color HEX #F696FF Violet

📋 copy color: '#F696FF'

red 246 ◦ green 150 ◦ blue 255

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

Shades of Violet #F696FF

Tints of Violet #F696FF

RGB

 RED value IS 246 (96.48% from 255) = 37.79%

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

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

R = 37.79%
G = 23.04%
B = 39.17%

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

#F696FF (or 0xF696FF) is known color: Violet. HEX triplet: F6, 96 and FF. RGB value is (246,150,255). Sum of RGB (Red+Green+Blue) = 246+150+255=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 150 (58.98% from 255 or 23.04% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #F696FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696FF is #096900. Grayscale: #BEBEBE. Windows color (decimal): -616705 or 16750326. OLE color: 16750326.

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

Color convert

RGB 246 150 255 -
CMYK 0.04 0.41 0 0
HSL 294.86º 1% 0.79% -
HSV(B) 294.86º 0.41% 1% -
XYZ 66.96 48.63 100.46 -
YUV 190.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 246 150 255 0.04 0.41 0 0 294.86 1 0.79
Hex F6 96 FF 4 29 0 0 127 64 4F
Octal 366 226 377 4 51 0 0 447 144 117
Binary 11110110 10010110 11111111 100 101001 0 0 100100111 1100100 1001111

Color Harmonies of #F696FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696FF

Black with #F696FF

Text Example


Text Example

White with #F696FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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