Html Css Color HEX #F196AF Illusion

📋 copy color: '#F196AF'

red 241 ◦ green 150 ◦ blue 175

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

Shades of Illusion #F196AF

Tints of Illusion #F196AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.5%

 BLUE value IS 175 (68.75% from 255) = 30.92%

R = 42.58%
G = 26.5%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F196AF (or 0xF196AF) is known color: Illusion. HEX triplet: F1, 96 and AF. RGB value is (241,150,175). Sum of RGB (Red+Green+Blue) = 241+150+175=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F196AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F196AF is #0E6950. Grayscale: #B4B4B4. Windows color (decimal): -944465 or 11507441. OLE color: 11507441.

HSL color Cylindrical-coordinate representation of color #F196AF: hue angle of 343.52º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196AF is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 175 -
CMYK 0 0.38 0.27 0.05
HSL 343.52º 0.76% 0.77% -
HSV(B) 343.52º 0.38% 0.95% -
XYZ 54.92 43.61 46.08 -
YUV 180.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 241 150 175 0 0.38 0.27 0.05 343.52 0.76 0.77
Hex F1 96 AF 0 26 1B 5 158 4C 4D
Octal 361 226 257 0 46 33 5 530 114 115
Binary 11110001 10010110 10101111 0 100110 11011 101 101011000 1001100 1001101

Color Harmonies of #F196AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196AF

Black with #F196AF

Text Example


Text Example

White with #F196AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196AF; }

 p { color: rgb(241,150,175); }

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

background-color css

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

 a { background-color: rgb(241,150,175); }

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

border-color css

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

 span { border-color: rgb(241,150,175); }

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