#F285CE

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

Shades of Tea Rose #F285CE

Tints of Tea Rose #F285CE

Color information

#F285CE (or 0xF285CE) is unknown color: approx Tea Rose. HEX triplet: F2, 85 and CE. RGB value is (242,133,206). Sum of RGB (Red+Green+Blue) = 242+133+206=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F285CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285CE is #0D7A31. Grayscale: #ADADAD. Windows color (decimal): -883250 or 13534706. OLE color: 13534706.

HSL color Cylindrical-coordinate representation of color #F285CE: hue angle of 319.82º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285CE is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242133206-
CMYK00.450.150.05
HSL319.82º80.74%73.53%-
HSV(B)319.82º45.04%94.9%-
XYZ56.1540.1163.18-
YUV173.91146.11176.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=41.65%
G=22.89%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213320600.450.150.05319.8280.7473.53
HexF285CE02DF5140514a
Octal362205316055175500121112
Binary1111001010000101110011100101101111110110100000010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285CE; }

 p { color: rgb(242,133,206); }

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

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

 a { background-color: rgb(242,133,206); }

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

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

 span { border-color: rgb(242,133,206); }

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