#F291B0

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

Shades of Illusion #F291B0

Tints of Illusion #F291B0

Color information

#F291B0 (or 0xF291B0) is unknown color: approx Illusion. HEX triplet: F2, 91 and B0. RGB value is (242,145,176). Sum of RGB (Red+Green+Blue) = 242+145+176=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F291B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291B0 is #0D6E4F. Grayscale: #B1B1B1. Windows color (decimal): -880208 or 11571698. OLE color: 11571698.

HSL color Cylindrical-coordinate representation of color #F291B0: hue angle of 340.82º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291B0 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242145176-
CMYK00.400.270.05
HSL340.82º78.86%75.88%-
HSV(B)340.82º40.08%94.9%-
XYZ54.5842.2646.36-
YUV177.54127.14173.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=42.98%
G=25.75%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214517600.400.270.05340.8278.8675.88
HexF291B00281B51554f4c
Octal362221260050335525117114
Binary11110010100100011011000001010001101110110101010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291B0; }

 p { color: rgb(242,145,176); }

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

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

 a { background-color: rgb(242,145,176); }

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

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

 span { border-color: rgb(242,145,176); }

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