#F48ABA

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

Shades of Tea Rose #F48ABA

Tints of Tea Rose #F48ABA

Color information

#F48ABA (or 0xF48ABA) is unknown color: approx Tea Rose. HEX triplet: F4, 8A and BA. RGB value is (244,138,186). Sum of RGB (Red+Green+Blue) = 244+138+186=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ABA is #0B7545. Grayscale: #AFAFAF. Windows color (decimal): -750918 or 12225268. OLE color: 12225268.

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

Color convert

RGB244138186-
CMYK00.430.240.04
HSL332.83º82.81%74.9%-
HSV(B)332.83º43.44%95.69%-
XYZ55.2640.9651.45-
YUV175.17134.12177.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.96%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=42.96%
G=24.30%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413818600.430.240.04332.8382.8174.9
HexF48ABA02B18414d534b
Octal364212272053304515123113
Binary11110100100010101011101001010111100010010100110110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48ABA; }

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

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

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

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

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

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

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

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