#F892C7

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

Shades of Tea Rose #F892C7

Tints of Tea Rose #F892C7

Color information

#F892C7 (or 0xF892C7) is unknown color: approx Tea Rose. HEX triplet: F8, 92 and C7. RGB value is (248,146,199). Sum of RGB (Red+Green+Blue) = 248+146+199=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F892C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892C7 is #076D38. Grayscale: #B6B6B6. Windows color (decimal): -486713 or 13079288. OLE color: 13079288.

HSL color Cylindrical-coordinate representation of color #F892C7: hue angle of 328.82º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892C7 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248146199-
CMYK00.410.200.03
HSL328.82º87.93%77.25%-
HSV(B)328.82º41.13%97.25%-
XYZ59.344.6459.52-
YUV182.54137.29174.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 146 (57.42% from 255) = 24.62%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=41.82%
G=24.62%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814619900.410.200.03328.8287.9377.25
HexF892C7029143149584d
Octal370222307051243511130115
Binary1111100010010010110001110101001101001110100100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F892C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F892C7; }

 p { color: rgb(248,146,199); }

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

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

 a { background-color: rgb(248,146,199); }

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

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

 span { border-color: rgb(248,146,199); }

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