#FF94B0

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

Shades of Illusion #FF94B0

Tints of Illusion #FF94B0

Color information

#FF94B0 (or 0xFF94B0) is unknown color: approx Illusion. HEX triplet: FF, 94 and B0. RGB value is (255,148,176). Sum of RGB (Red+Green+Blue) = 255+148+176=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF94B0 is #006B4F. Grayscale: #B7B7B7. Windows color (decimal): -27472 or 11572479. OLE color: 11572479.

HSL color Cylindrical-coordinate representation of color #FF94B0: hue angle of 344.3º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF94B0 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255148176-
CMYK00.420.310
HSL344.3º100%79.02%-
HSV(B)344.3º41.96%100%-
XYZ59.6745.5746.73-
YUV183.18123.95179.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 176 (69.14% from 255) = 30.40%
R=44.04%
G=25.56%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514817600.420.310344.310079.02
HexFF94B002A1F0158644f
Octal377224260052370530144117
Binary111111111001010010110000010101011111010101100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94B0; }

 p { color: rgb(255,148,176); }

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

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

 a { background-color: rgb(255,148,176); }

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

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

 span { border-color: rgb(255,148,176); }

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