Html Css Color HEX #F698FA Violet

📋 copy color: '#F698FA'

red 246 ◦ green 152 ◦ blue 250

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

Shades of Violet #F698FA

Tints of Violet #F698FA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 23.46%

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

R = 37.96%
G = 23.46%
B = 38.58%

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

#F698FA (or 0xF698FA) is known color: Violet. HEX triplet: F6, 98 and FA. RGB value is (246,152,250). Sum of RGB (Red+Green+Blue) = 246+152+250=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 152 (59.77% from 255 or 23.46% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #F698FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F698FA is #096705. Grayscale: #BEBEBE. Windows color (decimal): -616198 or 16423158. OLE color: 16423158.

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

Color convert

RGB 246 152 250 -
CMYK 0.02 0.39 0 0.02
HSL 297.55º 0.91% 0.79% -
HSV(B) 297.55º 0.39% 0.98% -
XYZ 66.49 48.95 96.39 -
YUV 191.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 246 152 250 0.02 0.39 0 0.02 297.55 0.91 0.79
Hex F6 98 FA 2 27 0 2 12A 5B 4F
Octal 366 230 372 2 47 0 2 452 133 117
Binary 11110110 10011000 11111010 10 100111 0 10 100101010 1011011 1001111

Color Harmonies of #F698FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F698FA

Black with #F698FA

Text Example


Text Example

White with #F698FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F698FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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