#F287C1

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

Shades of Tea Rose #F287C1

Tints of Tea Rose #F287C1

Color information

#F287C1 (or 0xF287C1) is unknown color: approx Tea Rose. HEX triplet: F2, 87 and C1. RGB value is (242,135,193). Sum of RGB (Red+Green+Blue) = 242+135+193=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F287C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287C1 is #0D783E. Grayscale: #ADADAD. Windows color (decimal): -882751 or 12683250. OLE color: 12683250.

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

Color convert

RGB242135193-
CMYK00.440.200.05
HSL327.48º80.45%73.92%-
HSV(B)327.48º44.21%94.9%-
XYZ54.9140.0655.29-
YUV173.6138.95176.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=42.46%
G=23.68%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213519300.440.200.05327.4880.4573.92
HexF287C102C145147504a
Octal362207301054245507120112
Binary11110010100001111100000101011001010010110100011110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F287C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F287C1; }

 p { color: rgb(242,135,193); }

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

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

 a { background-color: rgb(242,135,193); }

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

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

 span { border-color: rgb(242,135,193); }

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