#F287CD

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

Shades of Tea Rose #F287CD

Tints of Tea Rose #F287CD

Color information

#F287CD (or 0xF287CD) is unknown color: approx Tea Rose. HEX triplet: F2, 87 and CD. RGB value is (242,135,205). Sum of RGB (Red+Green+Blue) = 242+135+205=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F287CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287CD is #0D7832. Grayscale: #AEAEAE. Windows color (decimal): -882739 or 13469682. OLE color: 13469682.

HSL color Cylindrical-coordinate representation of color #F287CD: hue angle of 320.75º 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 #F287CD is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242135205-
CMYK00.440.150.05
HSL320.75º80.45%73.92%-
HSV(B)320.75º44.21%94.9%-
XYZ56.340.6162.63-
YUV174.97144.95175.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 135 (53.12% from 255) = 23.20%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=41.58%
G=23.20%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213520500.440.150.05320.7580.4573.92
HexF287CD02CF5141504a
Octal362207315054175501120112
Binary1111001010000111110011010101100111110110100000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F287CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F287CD; }

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

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

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

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

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

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

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

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