#f882c1

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

Shades of Tea Rose #F882C1

Tints of Tea Rose #F882C1

Color information

#F882C1 (or 0xF882C1) is unknown color: approx Tea Rose. HEX triplet: F8, 82 and C1. RGB value is (248,130,193). Sum of RGB (Red+Green+Blue) = 248+130+193=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C1 is #077D3E. Grayscale: #ACACAC. Windows color (decimal): -490815 or 12681976. OLE color: 12681976.

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

Color convert

RGB248130193-
CMYK00.480.220.03
HSL327.97º89.39%74.12%-
HSV(B)327.97º47.58%97.25%-
XYZ56.3239.7755.16-
YUV172.46139.59181.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.43%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=43.43%
G=22.77%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813019300.480.220.03327.9789.3974.12
HexF882C1030163148594a
Octal370202301060263510131112
Binary1111100010000010110000010110000101101110100100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f882c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f882c1; }

 p { color: rgb(248,130,193); }

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

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

 a { background-color: rgb(248,130,193); }

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

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

 span { border-color: rgb(248,130,193); }

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