#F48FCF

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

Shades of Tea Rose #F48FCF

Tints of Tea Rose #F48FCF

Color information

#F48FCF (or 0xF48FCF) is unknown color: approx Tea Rose. HEX triplet: F4, 8F and CF. RGB value is (244,143,207). Sum of RGB (Red+Green+Blue) = 244+143+207=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FCF is #0B7030. Grayscale: #B4B4B4. Windows color (decimal): -749617 or 13602804. OLE color: 13602804.

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

Color convert

RGB244143207-
CMYK00.410.150.04
HSL321.98º82.11%75.88%-
HSV(B)321.98º41.39%95.69%-
XYZ58.3943.3864.33-
YUV180.5142.96173.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.08%
GREEN value IS 143 (56.25% from 255) = 24.07%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=41.08%
G=24.07%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414320700.410.150.04321.9882.1175.88
HexF48FCF029F4142524c
Octal364217317051174502122114
Binary1111010010001111110011110101001111110010100001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48FCF; }

 p { color: rgb(244,143,207); }

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

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

 a { background-color: rgb(244,143,207); }

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

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

 span { border-color: rgb(244,143,207); }

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