Html Css Color HEX #F197FF Violet

📋 copy color: '#F197FF'

red 241 ◦ green 151 ◦ blue 255

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

Shades of Violet #F197FF

Tints of Violet #F197FF

RGB

 RED value IS 241 (94.53% from 255) = 37.25%

 GREEN value IS 151 (59.38% from 255) = 23.34%

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

R = 37.25%
G = 23.34%
B = 39.41%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F197FF (or 0xF197FF) is known color: Violet. HEX triplet: F1, 97 and FF. RGB value is (241,151,255). Sum of RGB (Red+Green+Blue) = 241+151+255=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 151 (59.38% from 255 or 23.34% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #F197FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F197FF is #0E6800. Grayscale: #BDBDBD. Windows color (decimal): -944129 or 16750577. OLE color: 16750577.

HSL color Cylindrical-coordinate representation of color #F197FF: hue angle of 291.92º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F197FF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 151 255 -
CMYK 0.05 0.41 0 0
HSL 291.92º 1% 0.8% -
HSV(B) 291.92º 0.41% 1% -
XYZ 65.39 48.05 100.44 -
YUV 189.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 241 151 255 0.05 0.41 0 0 291.92 1 0.8
Hex F1 97 FF 5 29 0 0 124 64 50
Octal 361 227 377 5 51 0 0 444 144 120
Binary 11110001 10010111 11111111 101 101001 0 0 100100100 1100100 1010000

Color Harmonies of #F197FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197FF

Black with #F197FF

Text Example


Text Example

White with #F197FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197FF; }

 p { color: rgb(241,151,255); }

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

background-color css

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

 a { background-color: rgb(241,151,255); }

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

border-color css

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

 span { border-color: rgb(241,151,255); }

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