Html Css Color HEX #F694FA Violet

📋 copy color: '#F694FA'

red 246 ◦ green 148 ◦ blue 250

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

Shades of Violet #F694FA

Tints of Violet #F694FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 38.2%
G = 22.98%
B = 38.82%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F694FA (or 0xF694FA) is known color: Violet. HEX triplet: F6, 94 and FA. RGB value is (246,148,250). Sum of RGB (Red+Green+Blue) = 246+148+250=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 148 (58.20% from 255 or 22.98% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #F694FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F694FA is #096B05. Grayscale: #BCBCBC. Windows color (decimal): -617222 or 16422134. OLE color: 16422134.

HSL color Cylindrical-coordinate representation of color #F694FA: hue angle of 297.65º degrees, saturation: 0.91, 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 #F694FA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 148 250 -
CMYK 0.02 0.41 0 0.02
HSL 297.65º 0.91% 0.78% -
HSV(B) 297.65º 0.41% 0.98% -
XYZ 65.85 47.67 96.17 -
YUV 188.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 246 148 250 0.02 0.41 0 0.02 297.65 0.91 0.78
Hex F6 94 FA 2 29 0 2 12A 5B 4E
Octal 366 224 372 2 51 0 2 452 133 116
Binary 11110110 10010100 11111010 10 101001 0 10 100101010 1011011 1001110

Color Harmonies of #F694FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694FA

Black with #F694FA

Text Example


Text Example

White with #F694FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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