#F67ED0

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

Shades of Tea Rose #F67ED0

Tints of Tea Rose #F67ED0

Color information

#F67ED0 (or 0xF67ED0) is unknown color: approx Tea Rose. HEX triplet: F6, 7E and D0. RGB value is (246,126,208). Sum of RGB (Red+Green+Blue) = 246+126+208=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ED0 is #09812F. Grayscale: #ABABAB. Windows color (decimal): -622896 or 13663990. OLE color: 13663990.

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

Color convert

RGB246126208-
CMYK00.490.150.04
HSL319º86.96%72.94%-
HSV(B)319º48.78%96.47%-
XYZ56.8539.0764.22-
YUV171.23148.76181.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.41%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=42.41%
G=21.72%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612620800.490.150.0431986.9672.94
HexF67ED0031F413f5749
Octal366176320061174477127111
Binary111101101111110110100000110001111110010011111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67ED0; }

 p { color: rgb(246,126,208); }

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

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

 a { background-color: rgb(246,126,208); }

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

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

 span { border-color: rgb(246,126,208); }

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