#F485CC

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

Shades of Tea Rose #F485CC

Tints of Tea Rose #F485CC

Color information

#F485CC (or 0xF485CC) is unknown color: approx Tea Rose. HEX triplet: F4, 85 and CC. RGB value is (244,133,204). Sum of RGB (Red+Green+Blue) = 244+133+204=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F485CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485CC is #0B7A33. Grayscale: #AEAEAE. Windows color (decimal): -752180 or 13403636. OLE color: 13403636.

HSL color Cylindrical-coordinate representation of color #F485CC: hue angle of 321.62º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485CC is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244133204-
CMYK00.450.160.04
HSL321.62º83.46%73.92%-
HSV(B)321.62º45.49%95.69%-
XYZ56.5940.3761.94-
YUV174.28144.77177.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.00%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=42.00%
G=22.89%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413320400.450.160.04321.6283.4673.92
HexF485CC02D104142534a
Octal364205314055204502123112
Binary11110100100001011100110001011011000010010100001010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F485CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F485CC; }

 p { color: rgb(244,133,204); }

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

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

 a { background-color: rgb(244,133,204); }

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

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

 span { border-color: rgb(244,133,204); }

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