Html Css Color HEX #F196AD Illusion

📋 copy color: '#F196AD'

red 241 ◦ green 150 ◦ blue 173

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

Shades of Illusion #F196AD

Tints of Illusion #F196AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.67%

R = 42.73%
G = 26.6%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F196AD (or 0xF196AD) is known color: Illusion. HEX triplet: F1, 96 and AD. RGB value is (241,150,173). Sum of RGB (Red+Green+Blue) = 241+150+173=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F196AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F196AD is #0E6952. Grayscale: #B3B3B3. Windows color (decimal): -944467 or 11376369. OLE color: 11376369.

HSL color Cylindrical-coordinate representation of color #F196AD: hue angle of 344.84º 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 #F196AD is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 173 -
CMYK 0 0.38 0.28 0.05
HSL 344.84º 0.76% 0.77% -
HSV(B) 344.84º 0.38% 0.95% -
XYZ 54.72 43.53 45.05 -
YUV 179.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 241 150 173 0 0.38 0.28 0.05 344.84 0.76 0.77
Hex F1 96 AD 0 26 1C 5 159 4C 4D
Octal 361 226 255 0 46 34 5 531 114 115
Binary 11110001 10010110 10101101 0 100110 11100 101 101011001 1001100 1001101

Color Harmonies of #F196AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196AD

Black with #F196AD

Text Example


Text Example

White with #F196AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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