#F881D0

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

Shades of Tea Rose #F881D0

Tints of Tea Rose #F881D0

Color information

#F881D0 (or 0xF881D0) is unknown color: approx Tea Rose. HEX triplet: F8, 81 and D0. RGB value is (248,129,208). Sum of RGB (Red+Green+Blue) = 248+129+208=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F881D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881D0 is #077E2F. Grayscale: #ADADAD. Windows color (decimal): -491056 or 13664760. OLE color: 13664760.

HSL color Cylindrical-coordinate representation of color #F881D0: hue angle of 320.17º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F881D0 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248129208-
CMYK00.480.160.03
HSL320.17º89.47%73.92%-
HSV(B)320.17º47.98%97.25%-
XYZ57.9540.2164.38-
YUV173.59147.42181.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 129 (50.78% from 255) = 22.05%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=42.39%
G=22.05%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812920800.480.160.03320.1789.4773.92
HexF881D0030103140594a
Octal370201320060203500131112
Binary1111100010000001110100000110000100001110100000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881D0; }

 p { color: rgb(248,129,208); }

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

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

 a { background-color: rgb(248,129,208); }

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

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

 span { border-color: rgb(248,129,208); }

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