#FF91C1

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

Shades of Tea Rose #FF91C1

Tints of Tea Rose #FF91C1

Color information

#FF91C1 (or 0xFF91C1) is unknown color: approx Tea Rose. HEX triplet: FF, 91 and C1. RGB value is (255,145,193). Sum of RGB (Red+Green+Blue) = 255+145+193=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91C1 is #006E3E. Grayscale: #B7B7B7. Windows color (decimal): -28223 or 12685823. OLE color: 12685823.

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

Color convert

RGB255145193-
CMYK00.430.240
HSL333.82º100%78.43%-
HSV(B)333.82º43.14%100%-
XYZ60.9945.3655.99-
YUV183.36133.44179.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=43.00%
G=24.45%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514519300.430.240333.8210078.43
HexFF91C102B18014e644e
Octal377221301053300516144116
Binary111111111001000111000001010101111000010100111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF91C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF91C1; }

 p { color: rgb(255,145,193); }

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

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

 a { background-color: rgb(255,145,193); }

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

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

 span { border-color: rgb(255,145,193); }

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