#F183CB

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

Shades of Tea Rose #F183CB

Tints of Tea Rose #F183CB

Color information

#F183CB (or 0xF183CB) is unknown color: approx Tea Rose. HEX triplet: F1, 83 and CB. RGB value is (241,131,203). Sum of RGB (Red+Green+Blue) = 241+131+203=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F183CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183CB is #0E7C34. Grayscale: #ABABAB. Windows color (decimal): -949301 or 13337585. OLE color: 13337585.

HSL color Cylindrical-coordinate representation of color #F183CB: hue angle of 320.73º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F183CB is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241131203-
CMYK00.460.160.05
HSL320.73º79.71%72.94%-
HSV(B)320.73º45.64%94.51%-
XYZ55.1739.2561.17-
YUV172.1145.44177.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 131 (51.56% from 255) = 22.78%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=41.91%
G=22.78%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113120300.460.160.05320.7379.7172.94
HexF183CB02E1051415049
Octal361203313056205501120111
Binary11110001100000111100101101011101000010110100000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F183CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F183CB; }

 p { color: rgb(241,131,203); }

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

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

 a { background-color: rgb(241,131,203); }

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

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

 span { border-color: rgb(241,131,203); }

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