#F28BB0

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

Shades of Illusion #F28BB0

Tints of Illusion #F28BB0

Color information

#F28BB0 (or 0xF28BB0) is unknown color: approx Illusion. HEX triplet: F2, 8B and B0. RGB value is (242,139,176). Sum of RGB (Red+Green+Blue) = 242+139+176=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BB0 is #0D744F. Grayscale: #ADADAD. Windows color (decimal): -881744 or 11570162. OLE color: 11570162.

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

Color convert

RGB242139176-
CMYK00.430.270.05
HSL338.45º79.84%74.71%-
HSV(B)338.45º42.56%94.9%-
XYZ53.6940.4846.06-
YUV174.02129.12176.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=43.45%
G=24.96%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213917600.430.270.05338.4579.8474.71
HexF28BB002B1B5152504b
Octal362213260053335522120113
Binary11110010100010111011000001010111101110110101001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BB0; }

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

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

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

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

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

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

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

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