#FF93B5

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

Shades of Illusion #FF93B5

Tints of Illusion #FF93B5

Color information

#FF93B5 (or 0xFF93B5) is unknown color: approx Illusion. HEX triplet: FF, 93 and B5. RGB value is (255,147,181). Sum of RGB (Red+Green+Blue) = 255+147+181=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93B5 is #006C4A. Grayscale: #B7B7B7. Windows color (decimal): -27723 or 11899903. OLE color: 11899903.

HSL color Cylindrical-coordinate representation of color #FF93B5: hue angle of 341.11º 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 #FF93B5 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255147181-
CMYK00.420.290
HSL341.11º100%78.82%-
HSV(B)341.11º42.35%100%-
XYZ60.0145.4649.33-
YUV183.17126.78179.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=43.74%
G=25.21%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514718100.420.290341.1110078.82
HexFF93B502A1D0155644f
Octal377223265052350525144117
Binary111111111001001110110101010101011101010101010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93B5; }

 p { color: rgb(255,147,181); }

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

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

 a { background-color: rgb(255,147,181); }

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

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

 span { border-color: rgb(255,147,181); }

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