#F881C5

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

Shades of Tea Rose #F881C5

Tints of Tea Rose #F881C5

Color information

#F881C5 (or 0xF881C5) is unknown color: approx Tea Rose. HEX triplet: F8, 81 and C5. RGB value is (248,129,197). Sum of RGB (Red+Green+Blue) = 248+129+197=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F881C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881C5 is #077E3A. Grayscale: #ACACAC. Windows color (decimal): -491067 or 12943864. OLE color: 12943864.

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

Color convert

RGB248129197-
CMYK00.480.210.03
HSL325.71º89.47%73.92%-
HSV(B)325.71º47.98%97.25%-
XYZ56.6439.6957.5-
YUV172.33141.92181.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 129 (50.78% from 255) = 22.47%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=43.21%
G=22.47%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812919700.480.210.03325.7189.4773.92
HexF881C5030153146594a
Octal370201305060253506131112
Binary1111100010000001110001010110000101011110100011010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881C5; }

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

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

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

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

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

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

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

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