#F18FD1

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

Shades of Tea Rose #F18FD1

Tints of Tea Rose #F18FD1

Color information

#F18FD1 (or 0xF18FD1) is unknown color: approx Tea Rose. HEX triplet: F1, 8F and D1. RGB value is (241,143,209). Sum of RGB (Red+Green+Blue) = 241+143+209=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FD1 is #0E702E. Grayscale: #B3B3B3. Windows color (decimal): -946223 or 13733873. OLE color: 13733873.

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

Color convert

RGB241143209-
CMYK00.410.130.05
HSL319.59º77.78%75.29%-
HSV(B)319.59º40.66%94.51%-
XYZ57.6142.9565.58-
YUV179.83144.47171.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 143 (56.25% from 255) = 24.11%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=40.64%
G=24.11%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114320900.410.130.05319.5977.7875.29
HexF18FD1029D51404e4b
Octal361217321051155500116113
Binary1111000110001111110100010101001110110110100000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FD1; }

 p { color: rgb(241,143,209); }

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

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

 a { background-color: rgb(241,143,209); }

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

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

 span { border-color: rgb(241,143,209); }

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