#F18CD2

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

Shades of Tea Rose #F18CD2

Tints of Tea Rose #F18CD2

Color information

#F18CD2 (or 0xF18CD2) is unknown color: approx Tea Rose. HEX triplet: F1, 8C and D2. RGB value is (241,140,210). Sum of RGB (Red+Green+Blue) = 241+140+210=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CD2 is #0E732D. Grayscale: #B1B1B1. Windows color (decimal): -946990 or 13798641. OLE color: 13798641.

HSL color Cylindrical-coordinate representation of color #F18CD2: hue angle of 318.42º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18CD2 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241140210-
CMYK00.420.130.05
HSL318.42º78.29%74.71%-
HSV(B)318.42º41.91%94.51%-
XYZ57.2942.1166.08-
YUV178.18145.96172.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 140 (55.08% from 255) = 23.69%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=40.78%
G=23.69%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114021000.420.130.05318.4278.2974.71
HexF18CD202AD513e4e4b
Octal361214322052155476116113
Binary1111000110001100110100100101010110110110011111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CD2; }

 p { color: rgb(241,140,210); }

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

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

 a { background-color: rgb(241,140,210); }

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

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

 span { border-color: rgb(241,140,210); }

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