#F48ABF

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

Shades of Tea Rose #F48ABF

Tints of Tea Rose #F48ABF

Color information

#F48ABF (or 0xF48ABF) is unknown color: approx Tea Rose. HEX triplet: F4, 8A and BF. RGB value is (244,138,191). Sum of RGB (Red+Green+Blue) = 244+138+191=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ABF is #0B7540. Grayscale: #AFAFAF. Windows color (decimal): -750913 or 12552948. OLE color: 12552948.

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

Color convert

RGB244138191-
CMYK00.430.220.04
HSL330º82.81%74.9%-
HSV(B)330º43.44%95.69%-
XYZ55.841.1754.3-
YUV175.74136.62176.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.58%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 191 (75% from 255) = 33.33%
R=42.58%
G=24.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413819100.430.220.0433082.8174.9
HexF48ABF02B16414a534b
Octal364212277053264512123113
Binary11110100100010101011111101010111011010010100101010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48ABF; }

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

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

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

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

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

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

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

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