#F881C6

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

Shades of Tea Rose #F881C6

Tints of Tea Rose #F881C6

Color information

#F881C6 (or 0xF881C6) is unknown color: approx Tea Rose. HEX triplet: F8, 81 and C6. RGB value is (248,129,198). Sum of RGB (Red+Green+Blue) = 248+129+198=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F881C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881C6 is #077E39. Grayscale: #ACACAC. Windows color (decimal): -491066 or 13009400. OLE color: 13009400.

HSL color Cylindrical-coordinate representation of color #F881C6: hue angle of 325.21º 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 #F881C6 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248129198-
CMYK00.480.200.03
HSL325.21º89.47%73.92%-
HSV(B)325.21º47.98%97.25%-
XYZ56.7539.7358.1-
YUV172.45142.42181.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.13%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=43.13%
G=22.43%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812919800.480.200.03325.2189.4773.92
HexF881C6030143145594a
Octal370201306060243505131112
Binary1111100010000001110001100110000101001110100010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881C6; }

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

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

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

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

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

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

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

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