Html Css Color HEX #F699FA Violet

📋 copy color: '#F699FA'

red 246 ◦ green 153 ◦ blue 250

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

Shades of Violet #F699FA

Tints of Violet #F699FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 23.57%

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

R = 37.9%
G = 23.57%
B = 38.52%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F699FA (or 0xF699FA) is known color: Violet. HEX triplet: F6, 99 and FA. RGB value is (246,153,250). Sum of RGB (Red+Green+Blue) = 246+153+250=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 153 (60.16% from 255 or 23.57% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #F699FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699FA is #096605. Grayscale: #BFBFBF. Windows color (decimal): -615942 or 16423414. OLE color: 16423414.

HSL color Cylindrical-coordinate representation of color #F699FA: hue angle of 297.53º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F699FA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 153 250 -
CMYK 0.02 0.39 0 0.02
HSL 297.53º 0.91% 0.79% -
HSV(B) 297.53º 0.39% 0.98% -
XYZ 66.65 49.28 96.44 -
YUV 191.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 246 153 250 0.02 0.39 0 0.02 297.53 0.91 0.79
Hex F6 99 FA 2 27 0 2 12A 5B 4F
Octal 366 231 372 2 47 0 2 452 133 117
Binary 11110110 10011001 11111010 10 100111 0 10 100101010 1011011 1001111

Color Harmonies of #F699FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F699FA

Black with #F699FA

Text Example


Text Example

White with #F699FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F699FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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