Html Css Color HEX #F198AC Illusion

📋 copy color: '#F198AC'

red 241 ◦ green 152 ◦ blue 172

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

Shades of Illusion #F198AC

Tints of Illusion #F198AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.9%

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 42.65%
G = 26.9%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F198AC (or 0xF198AC) is known color: Illusion. HEX triplet: F1, 98 and AC. RGB value is (241,152,172). Sum of RGB (Red+Green+Blue) = 241+152+172=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F198AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F198AC is #0E6753. Grayscale: #B4B4B4. Windows color (decimal): -943956 or 11311345. OLE color: 11311345.

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

Color convert

RGB 241 152 172 -
CMYK 0 0.37 0.29 0.05
HSL 346.52º 0.76% 0.77% -
HSV(B) 346.52º 0.37% 0.95% -
XYZ 54.95 44.14 44.65 -
YUV 180.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 241 152 172 0 0.37 0.29 0.05 346.52 0.76 0.77
Hex F1 98 AC 0 25 1D 5 15B 4C 4D
Octal 361 230 254 0 45 35 5 533 114 115
Binary 11110001 10011000 10101100 0 100101 11101 101 101011011 1001100 1001101

Color Harmonies of #F198AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198AC

Black with #F198AC

Text Example


Text Example

White with #F198AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198AC; }

 p { color: rgb(241,152,172); }

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

background-color css

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

 a { background-color: rgb(241,152,172); }

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

border-color css

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

 span { border-color: rgb(241,152,172); }

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