#F28DCF

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

Shades of Tea Rose #F28DCF

Tints of Tea Rose #F28DCF

Color information

#F28DCF (or 0xF28DCF) is unknown color: approx Tea Rose. HEX triplet: F2, 8D and CF. RGB value is (242,141,207). Sum of RGB (Red+Green+Blue) = 242+141+207=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DCF is #0D7230. Grayscale: #B2B2B2. Windows color (decimal): -881201 or 13602290. OLE color: 13602290.

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

Color convert

RGB242141207-
CMYK00.420.140.05
HSL320.79º79.53%75.1%-
HSV(B)320.79º41.74%94.9%-
XYZ57.4142.4364.2-
YUV178.72143.96173.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=41.02%
G=23.90%
B=35.08%

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
Decimal24214120700.420.140.05320.7979.5375.1
HexF28DCF02AE5141504b
Octal362215317052165501120113
Binary1111001010001101110011110101010111010110100000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28DCF; }

 p { color: rgb(242,141,207); }

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

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

 a { background-color: rgb(242,141,207); }

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

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

 span { border-color: rgb(242,141,207); }

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