#F18CD0

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

Shades of Tea Rose #F18CD0

Tints of Tea Rose #F18CD0

Color information

#F18CD0 (or 0xF18CD0) is unknown color: approx Tea Rose. HEX triplet: F1, 8C and D0. RGB value is (241,140,208). Sum of RGB (Red+Green+Blue) = 241+140+208=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CD0 is #0E732F. Grayscale: #B1B1B1. Windows color (decimal): -946992 or 13667569. OLE color: 13667569.

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

Color convert

RGB241140208-
CMYK00.420.140.05
HSL319.6º78.29%74.71%-
HSV(B)319.6º41.91%94.51%-
XYZ57.0442.0164.78-
YUV177.95144.96172.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=40.92%
G=23.77%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114020800.420.140.05319.678.2974.71
HexF18CD002AE51404e4b
Octal361214320052165500116113
Binary1111000110001100110100000101010111010110100000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18CD0; }

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

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

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

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

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

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

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

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