Html Css Color HEX #F693EF Violet

📋 copy color: '#F693EF'

red 246 ◦ green 147 ◦ blue 239

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

Shades of Violet #F693EF

Tints of Violet #F693EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.26%

 BLUE value IS 239 (93.75% from 255) = 37.82%

R = 38.92%
G = 23.26%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F693EF (or 0xF693EF) is known color: Violet. HEX triplet: F6, 93 and EF. RGB value is (246,147,239). Sum of RGB (Red+Green+Blue) = 246+147+239=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F693EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693EF is #096C10. Grayscale: #BABABA. Windows color (decimal): -617489 or 15700982. OLE color: 15700982.

HSL color Cylindrical-coordinate representation of color #F693EF: hue angle of 304.24º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693EF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 147 239 -
CMYK 0 0.40 0.03 0.04
HSL 304.24º 0.85% 0.77% -
HSV(B) 304.24º 0.4% 0.96% -
XYZ 64.02 46.69 87.3 -
YUV 187.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 246 147 239 0 0.40 0.03 0.04 304.24 0.85 0.77
Hex F6 93 EF 0 28 3 4 130 55 4D
Octal 366 223 357 0 50 3 4 460 125 115
Binary 11110110 10010011 11101111 0 101000 11 100 100110000 1010101 1001101

Color Harmonies of #F693EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F693EF

Black with #F693EF

Text Example


Text Example

White with #F693EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F693EF; }

 p { color: rgb(246,147,239); }

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

background-color css

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

 a { background-color: rgb(246,147,239); }

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

border-color css

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

 span { border-color: rgb(246,147,239); }

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