Html Css Color HEX #F695FA Violet

📋 copy color: '#F695FA'

red 246 ◦ green 149 ◦ blue 250

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

Shades of Violet #F695FA

Tints of Violet #F695FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.1%

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

R = 38.14%
G = 23.1%
B = 38.76%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F695FA (or 0xF695FA) is known color: Violet. HEX triplet: F6, 95 and FA. RGB value is (246,149,250). Sum of RGB (Red+Green+Blue) = 246+149+250=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 149 (58.59% from 255 or 23.10% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #F695FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F695FA is #096A05. Grayscale: #BDBDBD. Windows color (decimal): -616966 or 16422390. OLE color: 16422390.

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

Color convert

RGB 246 149 250 -
CMYK 0.02 0.40 0 0.02
HSL 297.62º 0.91% 0.78% -
HSV(B) 297.62º 0.4% 0.98% -
XYZ 66.01 47.99 96.23 -
YUV 189.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 246 149 250 0.02 0.40 0 0.02 297.62 0.91 0.78
Hex F6 95 FA 2 28 0 2 12A 5B 4E
Octal 366 225 372 2 50 0 2 452 133 116
Binary 11110110 10010101 11111010 10 101000 0 10 100101010 1011011 1001110

Color Harmonies of #F695FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F695FA

Black with #F695FA

Text Example


Text Example

White with #F695FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F695FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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