Html Css Color HEX #F193AF Illusion

📋 copy color: '#F193AF'

red 241 ◦ green 147 ◦ blue 175

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

Shades of Illusion #F193AF

Tints of Illusion #F193AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.11%

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

R = 42.81%
G = 26.11%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F193AF (or 0xF193AF) is known color: Illusion. HEX triplet: F1, 93 and AF. RGB value is (241,147,175). Sum of RGB (Red+Green+Blue) = 241+147+175=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F193AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193AF is #0E6C50. Grayscale: #B2B2B2. Windows color (decimal): -945233 or 11506673. OLE color: 11506673.

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

Color convert

RGB 241 147 175 -
CMYK 0 0.39 0.27 0.05
HSL 342.13º 0.77% 0.76% -
HSV(B) 342.13º 0.39% 0.95% -
XYZ 54.45 42.66 45.92 -
YUV 178.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 241 147 175 0 0.39 0.27 0.05 342.13 0.77 0.76
Hex F1 93 AF 0 27 1B 5 156 4D 4C
Octal 361 223 257 0 47 33 5 526 115 114
Binary 11110001 10010011 10101111 0 100111 11011 101 101010110 1001101 1001100

Color Harmonies of #F193AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193AF

Black with #F193AF

Text Example


Text Example

White with #F193AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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