#F190D1

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

Shades of Tea Rose #F190D1

Tints of Tea Rose #F190D1

Color information

#F190D1 (or 0xF190D1) is unknown color: approx Tea Rose. HEX triplet: F1, 90 and D1. RGB value is (241,144,209). Sum of RGB (Red+Green+Blue) = 241+144+209=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F190D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190D1 is #0E6F2E. Grayscale: #B4B4B4. Windows color (decimal): -945967 or 13734129. OLE color: 13734129.

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

Color convert

RGB241144209-
CMYK00.400.130.05
HSL319.79º77.6%75.49%-
HSV(B)319.79º40.25%94.51%-
XYZ57.7643.2565.63-
YUV180.41144.14171.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 144 (56.64% from 255) = 24.24%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=40.57%
G=24.24%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114420900.400.130.05319.7977.675.49
HexF190D1028D51404e4b
Octal361220321050155500116113
Binary1111000110010000110100010101000110110110100000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190D1; }

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

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

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

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

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

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

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

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