#F192AD

Color #F192AD Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #F192AD

Tints of Illusion #F192AD

Color information

#F192AD (or 0xF192AD) is unknown color: approx Illusion. HEX triplet: F1, 92 and AD. RGB value is (241,146,173). Sum of RGB (Red+Green+Blue) = 241+146+173=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F192AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192AD is #0E6D52. Grayscale: #B1B1B1. Windows color (decimal): -945491 or 11375345. OLE color: 11375345.

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

Color convert

RGB241146173-
CMYK00.390.280.05
HSL342.95º77.24%75.88%-
HSV(B)342.95º39.42%94.51%-
XYZ54.142.2844.84-
YUV177.48125.47173.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=43.04%
G=26.07%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114617300.390.280.05342.9577.2475.88
HexF192AD0271C51574d4c
Octal361222255047345527115114
Binary11110001100100101010110101001111110010110101011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192AD; }

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

 H1.HeaderClassName
 {
   color: #F192AD;
 }
 .AnyTagClassName
 {
   color: #F192AD;
 }
</style>
background-color css

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

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

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

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

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

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