Html Css Color HEX #F691FA Violet

📋 copy color: '#F691FA'

red 246 ◦ green 145 ◦ blue 250

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

Shades of Violet #F691FA

Tints of Violet #F691FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.62%

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

R = 38.38%
G = 22.62%
B = 39%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F691FA (or 0xF691FA) is known color: Violet. HEX triplet: F6, 91 and FA. RGB value is (246,145,250). Sum of RGB (Red+Green+Blue) = 246+145+250=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 145 (57.03% from 255 or 22.62% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #F691FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F691FA is #096E05. Grayscale: #BABABA. Windows color (decimal): -617990 or 16421366. OLE color: 16421366.

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

Color convert

RGB 246 145 250 -
CMYK 0.02 0.42 0 0.02
HSL 297.71º 0.91% 0.77% -
HSV(B) 297.71º 0.42% 0.98% -
XYZ 65.39 46.75 96.02 -
YUV 187.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 246 145 250 0.02 0.42 0 0.02 297.71 0.91 0.77
Hex F6 91 FA 2 2A 0 2 12A 5B 4D
Octal 366 221 372 2 52 0 2 452 133 115
Binary 11110110 10010001 11111010 10 101010 0 10 100101010 1011011 1001101

Color Harmonies of #F691FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691FA

Black with #F691FA

Text Example


Text Example

White with #F691FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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