#F191CD

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

Shades of Tea Rose #F191CD

Tints of Tea Rose #F191CD

Color information

#F191CD (or 0xF191CD) is unknown color: approx Tea Rose. HEX triplet: F1, 91 and CD. RGB value is (241,145,205). Sum of RGB (Red+Green+Blue) = 241+145+205=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F191CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191CD is #0E6E32. Grayscale: #B4B4B4. Windows color (decimal): -945715 or 13472241. OLE color: 13472241.

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

Color convert

RGB241145205-
CMYK00.400.150.05
HSL322.5º77.42%75.69%-
HSV(B)322.5º39.83%94.51%-
XYZ57.4243.3663.1-
YUV180.54141.8171.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 145 (57.03% from 255) = 24.53%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=40.78%
G=24.53%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114520500.400.150.05322.577.4275.69
HexF191CD028F51424d4c
Octal361221315050175502115114
Binary1111000110010001110011010101000111110110100001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191CD; }

 p { color: rgb(241,145,205); }

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

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

 a { background-color: rgb(241,145,205); }

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

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

 span { border-color: rgb(241,145,205); }

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