Html Css Color HEX #F696FC Violet

📋 copy color: '#F696FC'

red 246 ◦ green 150 ◦ blue 252

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

Shades of Violet #F696FC

Tints of Violet #F696FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.89%

R = 37.96%
G = 23.15%
B = 38.89%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F696FC (or 0xF696FC) is known color: Violet. HEX triplet: F6, 96 and FC. RGB value is (246,150,252). Sum of RGB (Red+Green+Blue) = 246+150+252=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 150 (58.98% from 255 or 23.15% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #F696FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696FC is #096903. Grayscale: #BEBEBE. Windows color (decimal): -616708 or 16553718. OLE color: 16553718.

HSL color Cylindrical-coordinate representation of color #F696FC: hue angle of 296.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F696FC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 150 252 -
CMYK 0.02 0.40 0 0.01
HSL 296.47º 0.94% 0.79% -
HSV(B) 296.47º 0.4% 0.99% -
XYZ 66.48 48.43 97.94 -
YUV 190.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 246 150 252 0.02 0.40 0 0.01 296.47 0.94 0.79
Hex F6 96 FC 2 28 0 1 128 5E 4F
Octal 366 226 374 2 50 0 1 450 136 117
Binary 11110110 10010110 11111100 10 101000 0 1 100101000 1011110 1001111

Color Harmonies of #F696FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696FC

Black with #F696FC

Text Example


Text Example

White with #F696FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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