#F484D1

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

Shades of Tea Rose #F484D1

Tints of Tea Rose #F484D1

Color information

#F484D1 (or 0xF484D1) is unknown color: approx Tea Rose. HEX triplet: F4, 84 and D1. RGB value is (244,132,209). Sum of RGB (Red+Green+Blue) = 244+132+209=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F484D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484D1 is #0B7B2E. Grayscale: #AEAEAE. Windows color (decimal): -752431 or 13731060. OLE color: 13731060.

HSL color Cylindrical-coordinate representation of color #F484D1: hue angle of 318.75º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484D1 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244132209-
CMYK00.460.140.04
HSL318.75º83.58%73.73%-
HSV(B)318.75º45.9%95.69%-
XYZ57.0740.3465.1-
YUV174.27147.61177.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.71%
GREEN value IS 132 (51.95% from 255) = 22.56%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=41.71%
G=22.56%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413220900.460.140.04318.7583.5873.73
HexF484D102EE413f544a
Octal364204321056164477124112
Binary1111010010000100110100010101110111010010011111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484D1; }

 p { color: rgb(244,132,209); }

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

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

 a { background-color: rgb(244,132,209); }

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

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

 span { border-color: rgb(244,132,209); }

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