Html Css Color HEX #F694FF Violet

📋 copy color: '#F694FF'

red 246 ◦ green 148 ◦ blue 255

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

Shades of Violet #F694FF

Tints of Violet #F694FF

RGB

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

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

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

R = 37.9%
G = 22.8%
B = 39.29%

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

#F694FF (or 0xF694FF) is known color: Violet. HEX triplet: F6, 94 and FF. RGB value is (246,148,255). Sum of RGB (Red+Green+Blue) = 246+148+255=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 148 (58.20% from 255 or 22.80% 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 #F694FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694FF is #096B00. Grayscale: #BDBDBD. Windows color (decimal): -617217 or 16749814. OLE color: 16749814.

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

Color convert

RGB 246 148 255 -
CMYK 0.04 0.42 0 0
HSL 294.95º 1% 0.79% -
HSV(B) 294.95º 0.42% 1% -
XYZ 66.65 47.99 100.36 -
YUV 189.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 246 148 255 0.04 0.42 0 0 294.95 1 0.79
Hex F6 94 FF 4 2A 0 0 127 64 4F
Octal 366 224 377 4 52 0 0 447 144 117
Binary 11110110 10010100 11111111 100 101010 0 0 100100111 1100100 1001111

Color Harmonies of #F694FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694FF

Black with #F694FF

Text Example


Text Example

White with #F694FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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