#F68BCF

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

Shades of Tea Rose #F68BCF

Tints of Tea Rose #F68BCF

Color information

#F68BCF (or 0xF68BCF) is unknown color: approx Tea Rose. HEX triplet: F6, 8B and CF. RGB value is (246,139,207). Sum of RGB (Red+Green+Blue) = 246+139+207=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BCF is #097430. Grayscale: #B2B2B2. Windows color (decimal): -619569 or 13601782. OLE color: 13601782.

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

Color convert

RGB246139207-
CMYK00.430.160.04
HSL321.87º85.6%75.49%-
HSV(B)321.87º43.5%96.47%-
XYZ58.542.5664.16-
YUV178.74143.95175.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 139 (54.69% from 255) = 23.48%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=41.55%
G=23.48%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613920700.430.160.04321.8785.675.49
HexF68BCF02B104142564b
Octal366213317053204502126113
Binary11110110100010111100111101010111000010010100001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BCF; }

 p { color: rgb(246,139,207); }

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

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

 a { background-color: rgb(246,139,207); }

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

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

 span { border-color: rgb(246,139,207); }

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