Html Css Color HEX #F694F9 Violet

📋 copy color: '#F694F9'

red 246 ◦ green 148 ◦ blue 249

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

Shades of Violet #F694F9

Tints of Violet #F694F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.72%

R = 38.26%
G = 23.02%
B = 38.72%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F694F9 (or 0xF694F9) is known color: Violet. HEX triplet: F6, 94 and F9. RGB value is (246,148,249). Sum of RGB (Red+Green+Blue) = 246+148+249=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #F694F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694F9 is #096B06. Grayscale: #BCBCBC. Windows color (decimal): -617223 or 16356598. OLE color: 16356598.

HSL color Cylindrical-coordinate representation of color #F694F9: hue angle of 298.22º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F694F9 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 148 249 -
CMYK 0.01 0.41 0 0.02
HSL 298.22º 0.89% 0.78% -
HSV(B) 298.22º 0.41% 0.98% -
XYZ 65.69 47.61 95.35 -
YUV 188.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 246 148 249 0.01 0.41 0 0.02 298.22 0.89 0.78
Hex F6 94 F9 1 29 0 2 12A 59 4E
Octal 366 224 371 1 51 0 2 452 131 116
Binary 11110110 10010100 11111001 1 101001 0 10 100101010 1011001 1001110

Color Harmonies of #F694F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694F9

Black with #F694F9

Text Example


Text Example

White with #F694F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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