#F482C3

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

Shades of Tea Rose #F482C3

Tints of Tea Rose #F482C3

Color information

#F482C3 (or 0xF482C3) is unknown color: approx Tea Rose. HEX triplet: F4, 82 and C3. RGB value is (244,130,195). Sum of RGB (Red+Green+Blue) = 244+130+195=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F482C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482C3 is #0B7D3C. Grayscale: #ABABAB. Windows color (decimal): -752957 or 12813044. OLE color: 12813044.

HSL color Cylindrical-coordinate representation of color #F482C3: hue angle of 325.79º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F482C3 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB244130195-
CMYK00.470.200.04
HSL325.79º83.82%73.33%-
HSV(B)325.79º46.72%95.69%-
XYZ55.1439.1456.28-
YUV171.5141.27179.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.88%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=42.88%
G=22.85%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413019500.470.200.04325.7983.8273.33
HexF482C302F1441465449
Octal364202303057244506124111
Binary11110100100000101100001101011111010010010100011010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F482C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F482C3; }

 p { color: rgb(244,130,195); }

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

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

 a { background-color: rgb(244,130,195); }

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

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

 span { border-color: rgb(244,130,195); }

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