#F48ACA

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

Shades of Tea Rose #F48ACA

Tints of Tea Rose #F48ACA

Color information

#F48ACA (or 0xF48ACA) is unknown color: approx Tea Rose. HEX triplet: F4, 8A and CA. RGB value is (244,138,202). Sum of RGB (Red+Green+Blue) = 244+138+202=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ACA is #0B7535. Grayscale: #B0B0B0. Windows color (decimal): -750902 or 13273844. OLE color: 13273844.

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

Color convert

RGB244138202-
CMYK00.430.170.04
HSL323.77º82.81%74.9%-
HSV(B)323.77º43.44%95.69%-
XYZ57.0641.6760.91-
YUV176.99142.12175.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.78%
GREEN value IS 138 (54.30% from 255) = 23.63%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=41.78%
G=23.63%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413820200.430.170.04323.7782.8174.9
HexF48ACA02B114144534b
Octal364212312053214504123113
Binary11110100100010101100101001010111000110010100010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48ACA; }

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

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

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

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

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

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

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

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