Html Css Color HEX #F693FF Violet

📋 copy color: '#F693FF'

red 246 ◦ green 147 ◦ blue 255

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

Shades of Violet #F693FF

Tints of Violet #F693FF

RGB

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

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

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

R = 37.96%
G = 22.69%
B = 39.35%

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

#F693FF (or 0xF693FF) is known color: Violet. HEX triplet: F6, 93 and FF. RGB value is (246,147,255). Sum of RGB (Red+Green+Blue) = 246+147+255=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 147 (57.81% from 255 or 22.69% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F693FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693FF is #096C00. Grayscale: #BCBCBC. Windows color (decimal): -617473 or 16749558. OLE color: 16749558.

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

Color convert

RGB 246 147 255 -
CMYK 0.04 0.42 0 0
HSL 295º 1% 0.79% -
HSV(B) 295º 0.42% 1% -
XYZ 66.49 47.68 100.31 -
YUV 188.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 246 147 255 0.04 0.42 0 0 295 1 0.79
Hex F6 93 FF 4 2A 0 0 127 64 4F
Octal 366 223 377 4 52 0 0 447 144 117
Binary 11110110 10010011 11111111 100 101010 0 0 100100111 1100100 1001111

Color Harmonies of #F693FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F693FF

Black with #F693FF

Text Example


Text Example

White with #F693FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F693FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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