#F183CA

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

Shades of Tea Rose #F183CA

Tints of Tea Rose #F183CA

Color information

#F183CA (or 0xF183CA) is unknown color: approx Tea Rose. HEX triplet: F1, 83 and CA. RGB value is (241,131,202). Sum of RGB (Red+Green+Blue) = 241+131+202=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F183CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183CA is #0E7C35. Grayscale: #ABABAB. Windows color (decimal): -949302 or 13272049. OLE color: 13272049.

HSL color Cylindrical-coordinate representation of color #F183CA: hue angle of 321.27º 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 #F183CA is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241131202-
CMYK00.460.160.05
HSL321.27º79.71%72.94%-
HSV(B)321.27º45.64%94.51%-
XYZ55.0539.260.54-
YUV171.98144.94177.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 131 (51.56% from 255) = 22.82%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=41.99%
G=22.82%
B=35.19%

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
Decimal24113120200.460.160.05321.2779.7172.94
HexF183CA02E1051415049
Octal361203312056205501120111
Binary11110001100000111100101001011101000010110100000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F183CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F183CA; }

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

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

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

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

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

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

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

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