#F183CC

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

Shades of Tea Rose #F183CC

Tints of Tea Rose #F183CC

Color information

#F183CC (or 0xF183CC) is unknown color: approx Tea Rose. HEX triplet: F1, 83 and CC. RGB value is (241,131,204). Sum of RGB (Red+Green+Blue) = 241+131+204=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F183CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183CC is #0E7C33. Grayscale: #ACACAC. Windows color (decimal): -949300 or 13403121. OLE color: 13403121.

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

Color convert

RGB241131204-
CMYK00.460.150.05
HSL320.18º79.71%72.94%-
HSV(B)320.18º45.64%94.51%-
XYZ55.2939.2961.8-
YUV172.21145.94177.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 131 (51.56% from 255) = 22.74%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=41.84%
G=22.74%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113120400.460.150.05320.1879.7172.94
HexF183CC02EF51405049
Octal361203314056175500120111
Binary1111000110000011110011000101110111110110100000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F183CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F183CC; }

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

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

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

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

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

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

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

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