#FF97B7

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

Shades of Illusion #FF97B7

Tints of Illusion #FF97B7

Color information

#FF97B7 (or 0xFF97B7) is unknown color: approx Illusion. HEX triplet: FF, 97 and B7. RGB value is (255,151,183). Sum of RGB (Red+Green+Blue) = 255+151+183=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97B7 is #006848. Grayscale: #B9B9B9. Windows color (decimal): -26697 or 12031999. OLE color: 12031999.

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

Color convert

RGB255151183-
CMYK00.410.280
HSL341.54º100%79.61%-
HSV(B)341.54º40.78%100%-
XYZ60.8546.8150.63-
YUV185.74126.46177.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 183 (71.88% from 255) = 31.07%
R=43.29%
G=25.64%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515118300.410.280341.5410079.61
HexFF97B70291C01566450
Octal377227267051340526144120
Binary111111111001011110110111010100111100010101011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97B7; }

 p { color: rgb(255,151,183); }

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

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

 a { background-color: rgb(255,151,183); }

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

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

 span { border-color: rgb(255,151,183); }

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