#F48AD0

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

Shades of Tea Rose #F48AD0

Tints of Tea Rose #F48AD0

Color information

#F48AD0 (or 0xF48AD0) is unknown color: approx Tea Rose. HEX triplet: F4, 8A and D0. RGB value is (244,138,208). Sum of RGB (Red+Green+Blue) = 244+138+208=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F48AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48AD0 is #0B752F. Grayscale: #B1B1B1. Windows color (decimal): -750896 or 13667060. OLE color: 13667060.

HSL color Cylindrical-coordinate representation of color #F48AD0: hue angle of 320.38º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48AD0 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244138208-
CMYK00.430.150.04
HSL320.38º82.81%74.9%-
HSV(B)320.38º43.44%95.69%-
XYZ57.7841.9664.73-
YUV177.67145.12175.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=41.36%
G=23.39%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413820800.430.150.04320.3882.8174.9
HexF48AD002BF4140534b
Octal364212320053174500123113
Binary1111010010001010110100000101011111110010100000010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48AD0; }

 p { color: rgb(244,138,208); }

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

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

 a { background-color: rgb(244,138,208); }

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

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

 span { border-color: rgb(244,138,208); }

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