Html Css Color HEX #F18FB0 Illusion

📋 copy color: '#F18FB0'

red 241 ◦ green 143 ◦ blue 176

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

Shades of Illusion #F18FB0

Tints of Illusion #F18FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.54%

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 43.04%
G = 25.54%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F18FB0 (or 0xF18FB0) is known color: Illusion. HEX triplet: F1, 8F and B0. RGB value is (241,143,176). Sum of RGB (Red+Green+Blue) = 241+143+176=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18FB0 is #0E704F. Grayscale: #B0B0B0. Windows color (decimal): -946256 or 11571185. OLE color: 11571185.

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

Color convert

RGB 241 143 176 -
CMYK 0 0.41 0.27 0.05
HSL 339.8º 0.78% 0.75% -
HSV(B) 339.8º 0.41% 0.95% -
XYZ 53.93 41.48 46.24 -
YUV 176.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 241 143 176 0 0.41 0.27 0.05 339.8 0.78 0.75
Hex F1 8F B0 0 29 1B 5 154 4E 4B
Octal 361 217 260 0 51 33 5 524 116 113
Binary 11110001 10001111 10110000 0 101001 11011 101 101010100 1001110 1001011

Color Harmonies of #F18FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18FB0

Black with #F18FB0

Text Example


Text Example

White with #F18FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18FB0; }

 p { color: rgb(241,143,176); }

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

background-color css

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

 a { background-color: rgb(241,143,176); }

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

border-color css

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

 span { border-color: rgb(241,143,176); }

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