#F48AC1

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

Shades of Tea Rose #F48AC1

Tints of Tea Rose #F48AC1

Color information

#F48AC1 (or 0xF48AC1) is unknown color: approx Tea Rose. HEX triplet: F4, 8A and C1. RGB value is (244,138,193). Sum of RGB (Red+Green+Blue) = 244+138+193=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F48AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48AC1 is #0B753E. Grayscale: #AFAFAF. Windows color (decimal): -750911 or 12684020. OLE color: 12684020.

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

Color convert

RGB244138193-
CMYK00.430.210.04
HSL328.87º82.81%74.9%-
HSV(B)328.87º43.44%95.69%-
XYZ56.0241.2655.46-
YUV175.96137.62176.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.43%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=42.43%
G=24%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413819300.430.210.04328.8782.8174.9
HexF48AC102B154149534b
Octal364212301053254511123113
Binary11110100100010101100000101010111010110010100100110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48AC1; }

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

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

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

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

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

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

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

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