#F48AD1

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

Shades of Tea Rose #F48AD1

Tints of Tea Rose #F48AD1

Color information

#F48AD1 (or 0xF48AD1) is unknown color: approx Tea Rose. HEX triplet: F4, 8A and D1. RGB value is (244,138,209). Sum of RGB (Red+Green+Blue) = 244+138+209=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F48AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48AD1 is #0B752E. Grayscale: #B1B1B1. Windows color (decimal): -750895 or 13732596. OLE color: 13732596.

HSL color Cylindrical-coordinate representation of color #F48AD1: hue angle of 319.81º 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 #F48AD1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244138209-
CMYK00.430.140.04
HSL319.81º82.81%74.9%-
HSV(B)319.81º43.44%95.69%-
XYZ57.9142.0165.38-
YUV177.79145.62175.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=41.29%
G=23.35%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413820900.430.140.04319.8182.8174.9
HexF48AD102BE4140534b
Octal364212321053164500123113
Binary1111010010001010110100010101011111010010100000010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48AD1; }

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

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

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

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

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

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

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

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