#F28BB1

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

Shades of Illusion #F28BB1

Tints of Illusion #F28BB1

Color information

#F28BB1 (or 0xF28BB1) is unknown color: approx Illusion. HEX triplet: F2, 8B and B1. RGB value is (242,139,177). Sum of RGB (Red+Green+Blue) = 242+139+177=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BB1 is #0D744E. Grayscale: #AEAEAE. Windows color (decimal): -881743 or 11635698. OLE color: 11635698.

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

Color convert

RGB242139177-
CMYK00.430.270.05
HSL337.86º79.84%74.71%-
HSV(B)337.86º42.56%94.9%-
XYZ53.7940.5246.58-
YUV174.13129.62176.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 139 (54.69% from 255) = 24.91%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=43.37%
G=24.91%
B=31.72%

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
Decimal24213917700.430.270.05337.8679.8474.71
HexF28BB102B1B5152504b
Octal362213261053335522120113
Binary11110010100010111011000101010111101110110101001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BB1; }

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

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

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

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

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

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

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

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